mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 09:45:32 +00:00
Change mValue type for clothes to unsigned short (fixes #3960)
This commit is contained in:
parent
3356fb81ce
commit
2bd105f5e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue