- 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
|
|
@ -1175,7 +1175,7 @@ static void PrintSecretString(const char *string, bool thislevel)
|
|||
{
|
||||
long tid = (long)strtoll(string+2, (char**)&string, 10);
|
||||
if (*string == ';') string++;
|
||||
FActorIterator it(tid);
|
||||
auto it = level.GetActorIterator(tid);
|
||||
AActor *actor;
|
||||
bool foundone = false;
|
||||
if (thislevel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue