mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -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
|
||||
{
|
||||
std::string refId;
|
||||
int refNumIndex;
|
||||
int mpNum;
|
||||
unsigned int refNumIndex;
|
||||
unsigned int mpNum;
|
||||
bool loot;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user