- moved sound sequence head of list into FLevelLocals.

This commit is contained in:
Christoph Oelckers 2019-01-28 23:53:40 +01:00
commit 50d59e99cb
9 changed files with 67 additions and 62 deletions

View file

@ -1984,6 +1984,8 @@ void FLevelLocals::Mark()
GC::Mark(ACSThinker);
GC::Mark(automap);
GC::Mark(interpolator.Head);
GC::Mark(SequenceListHead);
canvasTextureInfo.Mark();
for (auto &c : CorpseQueue)
{