- reworked the lock code to remove the 255 locks limit and to allow it to automatically deinitialize.

This commit is contained in:
Christoph Oelckers 2018-12-29 10:19:31 +01:00
commit 17e053499e
5 changed files with 81 additions and 93 deletions

View file

@ -507,7 +507,6 @@ void P_Init ()
static void P_Shutdown ()
{
DThinker::DestroyThinkersInList(STAT_STATIC);
P_DeinitKeyMessages ();
P_FreeLevelData ();
// [ZZ] delete global event handlers
E_Shutdown(false);