- moved the global spot state into FLevelLocals.

This way it doesn't even have to be a thinker.
This commit is contained in:
Christoph Oelckers 2019-01-05 10:04:27 +01:00
commit dab68184f5
14 changed files with 39 additions and 44 deletions

View file

@ -1968,6 +1968,7 @@ void FLevelLocals::Tick ()
void FLevelLocals::Mark()
{
GC::Mark(SpotState);
GC::Mark(FraggleScriptThinker);
canvasTextureInfo.Mark();
for (auto &s : sectorPortals)