Resets GameExiting at main menu (solves #395)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1013 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-07-04 08:26:43 +00:00
parent 4b6574d7c7
commit a8f20ffa21
+1
View File
@@ -87,6 +87,7 @@ DoRestart (PMENU_STATE pMS)
/* Cancel any presses of the Pause or Exit keys. */
GamePaused = FALSE;
ExitRequested = FALSE;
GameExiting = FALSE;
if (!pMS->Initialized)