mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
[General] Change signature of BaseEvent::action
This commit is contained in:
parent
cbe31149e3
commit
059043fea9
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ namespace mwmp
|
||||||
|
|
||||||
ESM::Cell cell;
|
ESM::Cell cell;
|
||||||
|
|
||||||
int action; // 0 - Clear and set in entirety, 1 - Add item, 2 - Remove item, 3 - Request items
|
unsigned char action; // 0 - Clear and set in entirety, 1 - Add item, 2 - Remove item, 3 - Request items
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue