Update dGame/Character.h

Co-authored-by: Xiphoseer <Xiphoseer@users.noreply.github.com>
This commit is contained in:
David Markowitz 2022-01-03 22:37:49 -08:00 committed by GitHub
parent a92e05c640
commit 7aed5f0500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ public:
* @param newCoins the amount of coins to update by * @param newCoins the amount of coins to update by
* @param coinSource The source of the loot * @param coinSource The source of the loot
*/ */
void SetCoins(int64_t newCoins, int32_t coinSource); void SetCoins(int64_t newCoins, eLootSourceType coinSource);
/** /**
* Get the entity this character belongs to * Get the entity this character belongs to