mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
parent
a0e4d6f62c
commit
ce853c5376
1 changed files with 6 additions and 1 deletions
|
@ -891,7 +891,12 @@ static void commonTicker()
|
|||
gRestartGame = 0;
|
||||
|
||||
// Don't switch to startup if we're already outside the game.
|
||||
if (gamestate == GS_LEVEL) gamestate = GS_STARTUP;
|
||||
if (gamestate == GS_LEVEL)
|
||||
{
|
||||
gamestate = GS_MENUSCREEN;
|
||||
M_StartControlPanel(false);
|
||||
M_SetMenu(NAME_Mainmenu);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue