- fixed transition to credits in blood.

Fixes #150.
This commit is contained in:
Christoph Oelckers 2020-08-11 20:26:50 +02:00
parent fcc271ed7b
commit 0686928ee8

View file

@ -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;
};