mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-16 16:10:58 +00:00
Merge pull request #1338 from akortunov/valuefix
Change mValue type for clothes to unsigned short (bug #3960)
This commit is contained in:
commit
ffb6dff6aa
@ -39,7 +39,7 @@ struct Clothing
|
||||
{
|
||||
int mType;
|
||||
float mWeight;
|
||||
short mValue;
|
||||
unsigned short mValue;
|
||||
short mEnchant;
|
||||
};
|
||||
CTDTstruct mData;
|
||||
|
Loading…
Reference in New Issue
Block a user