mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-08 03:28:15 +03:00
ESSImport: work on cell fog of war
This commit is contained in:
parent
031eec4550
commit
cbf56dbb47
4 changed files with 79 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue