mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 23:36:59 -04:00
Change mValue type for clothes to unsigned short (fixes #3960)
This commit is contained in:
parent
3356fb81ce
commit
2bd105f5e2
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user