diff options
Diffstat (limited to 'src/flooritem.h')
-rw-r--r-- | src/flooritem.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |