Allow INFO records with no subrecords following DATA (Fixes #1486)

deque
scrawl 11 years ago
parent 3334078d4d
commit 4f742fd468

@ -18,6 +18,9 @@ void DialInfo::load(ESMReader &esm)
esm.getHT(mData, 12);
}
if (!esm.hasMoreSubs())
return;
// What follows is somewhat spaghetti-ish, but it's worth if for
// an extra speedup. INFO is by far the most common record type.

Loading…
Cancel
Save