- reworked the lock code to remove the 255 locks limit and to allow it to automatically deinitialize.
This commit is contained in:
parent
982c622367
commit
17e053499e
5 changed files with 81 additions and 93 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue