- added a new thinker statnum STAT_STATIC which do not get deleted between levels.
This commit is contained in:
parent
10c6b7a80b
commit
d39ee1daf3
6 changed files with 6 additions and 2 deletions
|
|
@ -4202,6 +4202,7 @@ void P_Init ()
|
|||
static void P_Shutdown ()
|
||||
{
|
||||
// [ZZ] delete global event handlers
|
||||
DThinker::DestroyThinkersInList(STAT_STATIC);
|
||||
E_Shutdown(false);
|
||||
P_DeinitKeyMessages ();
|
||||
P_FreeLevelData ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue