- 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
|
|
@ -1970,6 +1970,7 @@ void FLevelLocals::Mark()
|
|||
{
|
||||
GC::Mark(SpotState);
|
||||
GC::Mark(FraggleScriptThinker);
|
||||
GC::Mark(ACSThinker);
|
||||
canvasTextureInfo.Mark();
|
||||
for (auto &c : CorpseQueue)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue