- made the event manager an object so it can be instantiated multiple times.
This commit is contained in:
parent
8d83f03138
commit
484485f3cf
21 changed files with 257 additions and 246 deletions
|
|
@ -149,7 +149,7 @@ void P_Ticker (void)
|
|||
P_PlayerThink (&players[i]);
|
||||
|
||||
// [ZZ] call the WorldTick hook
|
||||
E_WorldTick();
|
||||
eventManager.WorldTick();
|
||||
StatusBar->CallTick (); // [RH] moved this here
|
||||
for (auto Level : AllLevels())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue