- added APROP_Dormant actor property for ACS (read only!)
- fixed_ When performing a restart menus and intermissions need to be closed first. SVN r3048 (trunk)
This commit is contained in:
parent
7e503d2f70
commit
19b8e15af4
2 changed files with 6 additions and 0 deletions
|
|
@ -2336,6 +2336,9 @@ void D_DoomMain (void)
|
|||
S_StopMusic(true);
|
||||
S_StopAllChannels ();
|
||||
|
||||
M_ClearMenus(); // close menu if open
|
||||
F_EndFinale(); // If an intermission is active, end it now
|
||||
|
||||
// clean up game state
|
||||
ST_Clear();
|
||||
D_ErrorCleanup ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue