mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-24 13:52:15 +00:00
- fixed some issues with prematurely terminated sounds.
This commit is contained in:
parent
3cfba26bec
commit
294a806793
4 changed files with 4 additions and 5 deletions
|
@ -209,7 +209,7 @@ static void GameTicker()
|
|||
case ga_mainmenunostopsound:
|
||||
gi->FreeLevelData();
|
||||
gamestate = GS_MENUSCREEN;
|
||||
M_StartControlPanel(false);
|
||||
M_StartControlPanel(ga == ga_mainmenu);
|
||||
M_SetMenu(NAME_Mainmenu);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue