mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 13:00:43 +00:00
parent
fcc271ed7b
commit
0686928ee8
1 changed files with 2 additions and 2 deletions
|
@ -657,9 +657,9 @@ void ProcessFrame(void)
|
|||
auto completion = [] (bool) {
|
||||
gamestate = GS_MENUSCREEN;
|
||||
M_StartControlPanel(false);
|
||||
M_SetMenu(NAME_CreditsMenu);
|
||||
M_SetMenu(NAME_Mainmenu);
|
||||
M_SetMenu(NAME_CreditsMenu);
|
||||
gGameOptions.uGameFlags &= ~3;
|
||||
gRestartGame = 1;
|
||||
gQuitGame = 1;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue