mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-22 12:00:13 -04:00
[Client] Fix iteration through summoned creature map in ObjectList
This commit is contained in:
parent
06dfbe4aec
commit
6b1c83f629
@ -550,6 +550,7 @@ void ObjectList::spawnObjects(MWWorld::CellStore* cellStore)
|
||||
foundSummonedCreature = true;
|
||||
break;
|
||||
}
|
||||
++it;
|
||||
}
|
||||
|
||||
// If it is, update its creatureActorId
|
||||
|
Loading…
x
Reference in New Issue
Block a user