ESSImport: work on cell fog of war

This commit is contained in:
scrawl 2015-01-17 03:07:24 +01:00
parent 031eec4550
commit cbf56dbb47
4 changed files with 79 additions and 17 deletions

View file

@ -111,11 +111,6 @@ void Cell::loadData(ESMReader &esm)
}
esm.getHNT(mData, "DATA", 12);
// ess only, unknown
char nam8[32];
if (esm.isNextSub("NAM8"))
esm.getHExact(nam8, 32);
}
void Cell::postLoad(ESMReader &esm)