mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-05 22:19:42 +00:00
[Client] Fix iteration through summoned creature map in ObjectList
This commit is contained in:
parent
06dfbe4aec
commit
6b1c83f629
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ void ObjectList::spawnObjects(MWWorld::CellStore* cellStore)
|
|||
foundSummonedCreature = true;
|
||||
break;
|
||||
}
|
||||
++it;
|
||||
}
|
||||
|
||||
// If it is, update its creatureActorId
|
||||
|
|
Loading…
Reference in a new issue