Disable pause after game end.

This commit is contained in:
johns 2002-03-03 01:56:07 +00:00
parent 176a537172
commit 209c4f8087

View file

@ -542,6 +542,7 @@ global void GameMainLoop(void)
SetStatusLine("You have won!");
ProcessMenu(MENU_VICTORY, 1);
}
GamePaused=0;
}
//@}