mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Make MODL subrecord for light records optional (Fixes #2114)
This commit is contained in:
parent
07ea352e46
commit
92ab292e18
@ -10,7 +10,7 @@ namespace ESM
|
||||
|
||||
void Light::load(ESMReader &esm)
|
||||
{
|
||||
mModel = esm.getHNString("MODL");
|
||||
mModel = esm.getHNOString("MODL");
|
||||
mName = esm.getHNOString("FNAM");
|
||||
mIcon = esm.getHNOString("ITEX");
|
||||
assert(sizeof(mData) == 24);
|
||||
|
Loading…
x
Reference in New Issue
Block a user