mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-03 01:53:12 -04:00
ESSImport: fix a subrecord ordering issue
This commit is contained in:
parent
1e92cab3e7
commit
5ce8a931a5
@ -19,6 +19,7 @@ namespace ESSImport
|
|||||||
|
|
||||||
mIndexedRefId = esm.getHNString("NAME");
|
mIndexedRefId = esm.getHNString("NAME");
|
||||||
|
|
||||||
|
ActorData::load(esm);
|
||||||
if (esm.isNextSub("LVCR"))
|
if (esm.isNextSub("LVCR"))
|
||||||
{
|
{
|
||||||
// occurs on leveled creature spawner references
|
// occurs on leveled creature spawner references
|
||||||
@ -27,7 +28,6 @@ namespace ESSImport
|
|||||||
esm.getHT(lvcr);
|
esm.getHT(lvcr);
|
||||||
//std::cout << "LVCR: " << (int)lvcr << std::endl;
|
//std::cout << "LVCR: " << (int)lvcr << std::endl;
|
||||||
}
|
}
|
||||||
ActorData::load(esm);
|
|
||||||
|
|
||||||
mEnabled = true;
|
mEnabled = true;
|
||||||
esm.getHNOT(mEnabled, "ZNAM");
|
esm.getHNOT(mEnabled, "ZNAM");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user