1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-05 08:45:33 +00:00

Fix for bug #2428. Set default flag value (mandatory) for containers.

This commit is contained in:
cc9cii 2015-03-06 11:53:46 +11:00
parent 3c190e5fa4
commit d28f257ada

View file

@ -87,7 +87,7 @@ namespace ESM
mModel.clear();
mScript.clear();
mWeight = 0;
mFlags = 0;
mFlags = 0x8; // set default flag value
mInventory.mList.clear();
}
}