Ignore FLTV from old savegames

This commit is contained in:
scrawl 2014-07-24 20:52:14 +02:00
parent 81cb4bf6d1
commit 75abe8db31

View file

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