From 75abe8db31fc9d58d594c60da5a27e0a6af48d23 Mon Sep 17 00:00:00 2001 From: scrawl Date: Thu, 24 Jul 2014 20:52:14 +0200 Subject: [PATCH] Ignore FLTV from old savegames --- components/esm/cellref.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/esm/cellref.cpp b/components/esm/cellref.cpp index 7947cdba4..29d26d013 100644 --- a/components/esm/cellref.cpp +++ b/components/esm/cellref.cpp @@ -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);