forked from mirror/openmw-tes3mp
Merge pull request #1338 from akortunov/valuefix
Change mValue type for clothes to unsigned short (bug #3960)
This commit is contained in:
commit
ffb6dff6aa
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