mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 09:39:56 +00: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;
|
||||
float mWeight;
|
||||
short mValue;
|
||||
unsigned short mValue;
|
||||
short mEnchant;
|
||||
};
|
||||
CTDTstruct mData;
|
||||
|
Loading…
x
Reference in New Issue
Block a user