Change: Allow opening multiple script debug windows by holding Ctrl.

This commit is contained in:
Peter Nelson
2023-12-15 13:22:15 +00:00
committed by Peter Nelson
parent 4a2038e301
commit 0ca4b4e146
7 changed files with 47 additions and 18 deletions

View File

@@ -96,7 +96,7 @@
cur_company.Restore();
InvalidateWindowData(WC_SCRIPT_DEBUG, 0, -1);
InvalidateWindowClassesData(WC_SCRIPT_DEBUG, -1);
}
/* static */ void Game::Uninitialize(bool keepConfig)