1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-29 13:20:35 +00:00

Allow the NAM9 field to be used if COUN is omitted

This commit is contained in:
Evil Eye 2024-02-20 20:04:28 +01:00
parent 8c8fffc2c6
commit 254b533512

View File

@ -30,10 +30,7 @@ namespace ESM
esm.getHNOT(mEnabled, "ENAB");
if (mVersion <= MaxOldCountFormatVersion)
{
mRef.mCount = 1;
esm.getHNOT(mRef.mCount, "COUN");
}
mPosition = mRef.mPos;
esm.getHNOT("POS_", mPosition.pos, mPosition.rot);