- transitioned Blood to the new level change messaging system

This commit is contained in:
Christoph Oelckers 2020-09-04 20:46:44 +02:00
parent 77f96a1c75
commit 97f395bd72
17 changed files with 102 additions and 170 deletions

View file

@ -182,6 +182,12 @@ static void GameTicker()
startmainmenu();
break;
case ga_creditsmenu:
gi->FreeLevelData();
startmainmenu();
M_SetMenu(NAME_CreditsMenu);
break;
case ga_savegame:
// We only need this for multiplayer saves that need to go through the network.
// gi->SaveGame();