- 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

@ -1970,6 +1970,7 @@ void FLevelLocals::Mark()
{
GC::Mark(SpotState);
GC::Mark(FraggleScriptThinker);
GC::Mark(ACSThinker);
canvasTextureInfo.Mark();
for (auto &c : CorpseQueue)
{