From 958b06cd741311d42c03c6b91c64ea01c713f516 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 8 Mar 2011 23:37:30 +0200 Subject: Replace also color constants in pickup messages. --- src/flooritem.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/flooritem.h') diff --git a/src/flooritem.h b/src/flooritem.h index f1d19b89f..3e2f8ef47 100644 --- a/src/flooritem.h +++ b/src/flooritem.h @@ -80,6 +80,9 @@ class FloorItem : public ActorSprite unsigned getPickupCount() const { return mPickupCount; } + unsigned char getColor() const + { return mColor; } + private: int mItemId; int mX, mY; -- cgit v1.2.3-70-g09d2