From 7aed5f0500f7cacc5119863d611bbac09da2dd2f Mon Sep 17 00:00:00 2001 From: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> Date: Mon, 3 Jan 2022 22:37:49 -0800 Subject: [PATCH] Update dGame/Character.h Co-authored-by: Xiphoseer --- dGame/Character.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/Character.h b/dGame/Character.h index 089ec00f..61017ccb 100644 --- a/dGame/Character.h +++ b/dGame/Character.h @@ -313,7 +313,7 @@ public: * @param newCoins the amount of coins to update by * @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