- reroute all uses of FActorIterator and NActorIterator through FLevelLocals.
This commit is contained in:
parent
1f2162fea8
commit
4c250a58ca
9 changed files with 91 additions and 87 deletions
|
|
@ -3206,7 +3206,7 @@ void AM_drawAuthorMarkers ()
|
|||
tex = TexMan.GetTexture(picnum);
|
||||
}
|
||||
}
|
||||
FActorIterator it (mark->args[0]);
|
||||
auto it = level.GetActorIterator(mark->args[0]);
|
||||
AActor *marked = mark->args[0] == 0 ? mark : it.Next();
|
||||
|
||||
while (marked != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue