- moved thinker storage into FLevelLocals.

This commit is contained in:
Christoph Oelckers 2019-01-30 19:09:21 +01:00
commit 64ac6dbc6e
10 changed files with 33 additions and 48 deletions

View file

@ -151,7 +151,7 @@ void P_Ticker (void)
E_WorldTick();
StatusBar->CallTick (); // [RH] moved this here
level.Tick (); // [RH] let the level tick
Thinkers.RunThinkers(&level);
level.Thinkers.RunThinkers(&level);
//if added by MC: Freeze mode.
if (!level.isFrozen())