This commit is contained in:
Rachael Alexanderson 2017-01-24 08:39:22 -05:00
commit 20a83f95b9
7 changed files with 73 additions and 9 deletions

View file

@ -2514,6 +2514,9 @@ void D_DoomMain (void)
// Create replacements for dehacked pickups
FinishDehPatch();
// clean up the compiler symbols which are not needed any longer.
RemoveUnusedSymbols();
InitActorNumsFromMapinfo();
InitSpawnablesFromMapinfo();