summaryrefslogtreecommitdiff
path: root/src/flooritem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flooritem.h')
-rw-r--r--src/flooritem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flooritem.h b/src/flooritem.h
index c73b39bd4..86fb1703e 100644
--- a/src/flooritem.h
+++ b/src/flooritem.h
@@ -106,11 +106,11 @@ class FloorItem final : public ActorSprite
int mX, mY;
int mDropTime;
int mAmount;
- unsigned mPickupCount;
+ unsigned int mPickupCount;
+ Cursor::Cursor mCursor;
unsigned char mColor;
bool mShowMsg;
bool mHighlight;
- Cursor::Cursor mCursor;
};
#endif // FLOORITEM_H