mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- transitioned Blood to the new level change messaging system
This commit is contained in:
parent
77f96a1c75
commit
97f395bd72
17 changed files with 102 additions and 170 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue