From 41cc92f73e39cec5dfea6b1164176610cccc7df4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 15 Aug 2015 13:58:32 +0300 Subject: Add strong typed int for item color. --- src/flooritem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flooritem.cpp') diff --git a/src/flooritem.cpp b/src/flooritem.cpp index ea4ae21d3..d846d5f9b 100644 --- a/src/flooritem.cpp +++ b/src/flooritem.cpp @@ -47,7 +47,7 @@ FloorItem::FloorItem(const BeingId id, const int itemId, const int x, const int y, const int amount, - const unsigned char color) : + const ItemColor color) : ActorSprite(id), mItemId(itemId), mX(x), -- cgit v1.2.3-60-g2f50