1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-22 04:14:04 +00:00

Merge pull request #243 from OpenMW/master

Add OpenMW commits up to 18 Jul 2017
This commit is contained in:
David Cernat 2017-07-18 16:59:33 +03:00 committed by GitHub
commit c8d965488f

View file

@ -39,7 +39,7 @@ struct Clothing
{ {
int mType; int mType;
float mWeight; float mWeight;
short mValue; unsigned short mValue;
short mEnchant; short mEnchant;
}; };
CTDTstruct mData; CTDTstruct mData;