forked from mirror/openmw-tes3mp
Ignore FLTV from old savegames
This commit is contained in:
parent
81cb4bf6d1
commit
75abe8db31
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ void ESM::CellRef::load (ESMReader& esm, bool wideRefNum)
|
||||||
mTrap = esm.getHNOString ("TNAM");
|
mTrap = esm.getHNOString ("TNAM");
|
||||||
|
|
||||||
esm.getHNOT (mReferenceBlocked, "UNAM");
|
esm.getHNOT (mReferenceBlocked, "UNAM");
|
||||||
|
if (esm.isNextSub("FLTV")) // no longer used
|
||||||
|
esm.skipHSub();
|
||||||
|
|
||||||
esm.getHNOT(mPos, "DATA", 24);
|
esm.getHNOT(mPos, "DATA", 24);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue