mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
[General] Change type of refNumIndex & mpNum to unsigned
This commit is contained in:
parent
99158beb2e
commit
c69819e0db
@ -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…
x
Reference in New Issue
Block a user