diff --git a/src/g_level.cpp b/src/g_level.cpp index 1181d4559..02eaa56e9 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -1530,7 +1530,7 @@ FLevelLocals::FLevelLocals() : Behaviors(this), tagManager(this) { Players[i] = &players[i]; } - localEventManager = new EventManager; + localEventManager = new EventManager(this); } FLevelLocals::~FLevelLocals()