forked from teamnwah/openmw-tes3coop
[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
|
||||
{
|
||||
std::string refId;
|
||||
int refNumIndex;
|
||||
int mpNum;
|
||||
unsigned int refNumIndex;
|
||||
unsigned int mpNum;
|
||||
bool loot;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue