- handled approx. half of all cases where the address of level is taken.
This commit is contained in:
parent
b4acb857ad
commit
648e472744
38 changed files with 122 additions and 128 deletions
|
|
@ -2824,7 +2824,7 @@ void DAutomap::drawKeys ()
|
|||
mpoint_t p;
|
||||
DAngle angle;
|
||||
|
||||
TThinkerIterator<AActor> it(NAME_Key);
|
||||
auto it = Level->GetThinkerIterator<AActor>(NAME_Key);
|
||||
AActor *key;
|
||||
|
||||
while ((key = it.Next()) != nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue