mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +00:00
ESSImport: fix a subrecord ordering issue
This commit is contained in:
parent
1e92cab3e7
commit
5ce8a931a5
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@ namespace ESSImport
|
|||
|
||||
mIndexedRefId = esm.getHNString("NAME");
|
||||
|
||||
ActorData::load(esm);
|
||||
if (esm.isNextSub("LVCR"))
|
||||
{
|
||||
// occurs on leveled creature spawner references
|
||||
|
@ -27,7 +28,6 @@ namespace ESSImport
|
|||
esm.getHT(lvcr);
|
||||
//std::cout << "LVCR: " << (int)lvcr << std::endl;
|
||||
}
|
||||
ActorData::load(esm);
|
||||
|
||||
mEnabled = true;
|
||||
esm.getHNOT(mEnabled, "ZNAM");
|
||||
|
|
Loading…
Reference in a new issue