diff options
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 475101528..c258a14f1 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -176,7 +176,7 @@ class LocalPlayer final : public Being, */ void pickedUp(const ItemInfo &itemInfo, const int amount, - const unsigned char color, + const ItemColor color, const BeingId floorItemId, const PickupT fail); |