- 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:
Christoph Oelckers 2010-12-16 08:05:00 +00:00
commit 19b8e15af4
2 changed files with 6 additions and 0 deletions

View file

@ -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 ();