[Client] Fix iteration through summoned creature map in ObjectList

0.8.0
David Cernat 3 years ago
parent 06dfbe4aec
commit 6b1c83f629

@ -550,6 +550,7 @@ void ObjectList::spawnObjects(MWWorld::CellStore* cellStore)
foundSummonedCreature = true; foundSummonedCreature = true;
break; break;
} }
++it;
} }
// If it is, update its creatureActorId // If it is, update its creatureActorId

Loading…
Cancel
Save