- moved the global ACS ActiveThinker variable into FLevelLocals.
This commit is contained in:
parent
b386a09358
commit
6f6dc60e2b
4 changed files with 29 additions and 36 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue