mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +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;
|
||||
float mWeight;
|
||||
short mValue;
|
||||
unsigned short mValue;
|
||||
short mEnchant;
|
||||
};
|
||||
CTDTstruct mData;
|
||||
|
|
Loading…
Reference in a new issue