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;