mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 16:29:55 +00:00
Allow the NAM9 field to be used if COUN is omitted
This commit is contained in:
parent
8c8fffc2c6
commit
254b533512
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue