Changed ambiguous variables

Changed ambiguous variables from int to int32_t to clarify what they are.
This commit is contained in:
EmosewaMC
2021-12-22 00:15:08 -08:00
parent 97f8e9e9fc
commit 29cf7f8998
4 changed files with 4 additions and 4 deletions

View File

@@ -706,7 +706,7 @@ void GameMessages::SendBroadcastTextToChatbox(Entity* entity, const SystemAddres
SEND_PACKET_BROADCAST
}
void GameMessages::SendSetCurrency(Entity* entity, int64_t currency, int lootType, const LWOOBJID& sourceID, const LOT& sourceLOT, int sourceTradeID, bool overrideCurrent, int sourceType) {
void GameMessages::SendSetCurrency(Entity* entity, int64_t currency, int lootType, const LWOOBJID& sourceID, const LOT& sourceLOT, int sourceTradeID, bool overrideCurrent, int32_t sourceType) {
CBITSTREAM
CMSGHEADER