- use TArrays for all local allocations in the map loader.

This commit is contained in:
Christoph Oelckers 2018-12-27 20:22:51 +01:00
commit a47287f1e4
3 changed files with 26 additions and 90 deletions

View file

@ -2702,7 +2702,6 @@ void D_DoomMain (void)
DThinker::DestroyThinkersInList(STAT_STATIC);
E_Shutdown(false);
P_FreeLevelData();
P_FreeExtraLevelData();
M_SaveDefaults(NULL); // save config before the restart