forked from mirror/openmw-tes3mp
[General] Change type of refNumIndex & mpNum to unsigned
This commit is contained in:
parent
99158beb2e
commit
c69819e0db
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ namespace mwmp
|
||||||
struct CurrentContainer
|
struct CurrentContainer
|
||||||
{
|
{
|
||||||
std::string refId;
|
std::string refId;
|
||||||
int refNumIndex;
|
unsigned int refNumIndex;
|
||||||
int mpNum;
|
unsigned int mpNum;
|
||||||
bool loot;
|
bool loot;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue