mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-05 18:24:12 +00:00
Changed ambiguous variables
Changed ambiguous variables from int to int32_t to clarify what they are.
This commit is contained in:
@@ -314,7 +314,7 @@ public:
|
||||
* @param newCoins the amount of coins to update by
|
||||
* @param coinSource The source of the loot
|
||||
*/
|
||||
void SetCoins(int64_t newCoins, int coinSource);
|
||||
void SetCoins(int64_t newCoins, int32_t coinSource);
|
||||
|
||||
/**
|
||||
* Get the entity this character belongs to
|
||||
|
Reference in New Issue
Block a user