diff options
Diffstat (limited to 'src/net/tmwa/cashshophandler.cpp')
-rw-r--r-- | src/net/tmwa/cashshophandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/cashshophandler.cpp b/src/net/tmwa/cashshophandler.cpp index c9fecd9fb..45a4aaacb 100644 --- a/src/net/tmwa/cashshophandler.cpp +++ b/src/net/tmwa/cashshophandler.cpp @@ -44,7 +44,7 @@ void CashShopHandler::handleMessage(Net::MessageIn &msg A_UNUSED) void CashShopHandler::buyItem(const int points A_UNUSED, const int itemId A_UNUSED, - const unsigned char color A_UNUSED, + const ItemColor color A_UNUSED, const int amount A_UNUSED) const { } |