Disable pause after game end.
This commit is contained in:
parent
176a537172
commit
209c4f8087
1 changed files with 1 additions and 0 deletions
|
@ -542,6 +542,7 @@ global void GameMainLoop(void)
|
|||
SetStatusLine("You have won!");
|
||||
ProcessMenu(MENU_VICTORY, 1);
|
||||
}
|
||||
GamePaused=0;
|
||||
}
|
||||
|
||||
//@}
|
||||
|
|
Loading…
Add table
Reference in a new issue