diff --git a/sc2/src/sc2code/restart.c b/sc2/src/sc2code/restart.c index 4b48b36b1..1c6097a57 100644 --- a/sc2/src/sc2code/restart.c +++ b/sc2/src/sc2code/restart.c @@ -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)