- moved the global ACS ActiveThinker variable into FLevelLocals.

This commit is contained in:
Christoph Oelckers 2019-01-05 21:59:34 +01:00
commit 6f6dc60e2b
4 changed files with 29 additions and 36 deletions

View file

@ -979,6 +979,7 @@ void G_SerializeLevel(FSerializer &arc, bool hubload)
("level.corpsequeue", level.CorpseQueue)
("level.spotstate", level.SpotState)
("level.fragglethinker", level.FraggleScriptThinker);
("level.acsthinker", level.ACSThinker);
// Hub transitions must keep the current total time
if (!hubload)