mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 09:15:36 +00:00
Merge remote-tracking branch 'cc9cii/Bug-No-1750'
This commit is contained in:
commit
ce52735df6
1 changed files with 8 additions and 0 deletions
|
@ -71,6 +71,14 @@ namespace CSMWorld
|
|||
|
||||
record.load (reader);
|
||||
|
||||
if (index==-1)
|
||||
{
|
||||
std::string newId = IdAccessorT().getId(record);
|
||||
int newIndex = this->searchId(newId);
|
||||
if (newIndex != -1 && id != newId)
|
||||
index = newIndex;
|
||||
}
|
||||
|
||||
load (record, base, index);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue