- removed a few direct uses of TThinkerIterator.

This commit is contained in:
Christoph Oelckers 2019-01-27 16:15:32 +01:00
commit ae544fa21f
3 changed files with 3 additions and 3 deletions

View file

@ -413,7 +413,7 @@ static void StoreLevelStats(FLevelLocals *Level)
// Check for living monsters. On some maps it can happen
// that the counter misses some.
TThinkerIterator<AActor> it;
auto it = Level->GetThinkerIterator<AActor>();
AActor *ac;
int mc = 0;