mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-01 14:11:01 +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) {
|
auto completion = [] (bool) {
|
||||||
gamestate = GS_MENUSCREEN;
|
gamestate = GS_MENUSCREEN;
|
||||||
M_StartControlPanel(false);
|
M_StartControlPanel(false);
|
||||||
M_SetMenu(NAME_CreditsMenu);
|
M_SetMenu(NAME_Mainmenu);
|
||||||
|
M_SetMenu(NAME_CreditsMenu);
|
||||||
gGameOptions.uGameFlags &= ~3;
|
gGameOptions.uGameFlags &= ~3;
|
||||||
gRestartGame = 1;
|
|
||||||
gQuitGame = 1;
|
gQuitGame = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue