mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 07:44:08 +00:00
Ignore FLTV from old savegames
This commit is contained in:
parent
81cb4bf6d1
commit
75abe8db31
@ -63,6 +63,8 @@ void ESM::CellRef::load (ESMReader& esm, bool wideRefNum)
|
||||
mTrap = esm.getHNOString ("TNAM");
|
||||
|
||||
esm.getHNOT (mReferenceBlocked, "UNAM");
|
||||
if (esm.isNextSub("FLTV")) // no longer used
|
||||
esm.skipHSub();
|
||||
|
||||
esm.getHNOT(mPos, "DATA", 24);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user