Merge branch 'fatstacks' into 'master'

Allow the NAM9 field to be used if COUN is omitted

Closes #7836

See merge request OpenMW/openmw!3889
fix-osga-rotate-wildly
psi29a 3 months ago
commit 35f547ad7c

@ -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);

Loading…
Cancel
Save