forked from mirror/openmw-tes3mp
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);
|
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);
|
load (record, base, index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue