- had to fix a few things.

This commit is contained in:
Christoph Oelckers 2019-02-02 17:29:13 +01:00
commit 9f7fe203fc
7 changed files with 39 additions and 22 deletions

View file

@ -338,8 +338,7 @@ void FLevelLocals::ClearLevelData()
Scrolls.Clear();
if (automap) automap->Destroy();
Behaviors.UnloadModules();
delete localEventManager;
localEventManager = nullptr;
localEventManager->Shutdown();
}
//==========================================================================