mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Fix for bug #2428. Set default flag value (mandatory) for containers.
This commit is contained in:
parent
3c190e5fa4
commit
d28f257ada
@ -87,7 +87,7 @@ namespace ESM
|
||||
mModel.clear();
|
||||
mScript.clear();
|
||||
mWeight = 0;
|
||||
mFlags = 0;
|
||||
mFlags = 0x8; // set default flag value
|
||||
mInventory.mList.clear();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user