From 7fa49d71fd0327de46688dc04a10573b0f8d1b5d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Jul 2013 21:37:40 +0300 Subject: move bools in item. --- src/item.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index 4e1772d2f..d8ede3995 100644 --- a/src/item.h +++ b/src/item.h @@ -172,13 +172,13 @@ class Item protected: Image *mImage; /**< Item image. */ + std::string mDescription; + std::map mTags; + int mRefine; /**< Item refine level. */ + int mInvIndex; /**< Inventory index. */ bool mEquipment; /**< Item is equipment. */ bool mEquipped; /**< Item is equipped. */ bool mInEquipment; /**< Item is in equipment */ - int mRefine; /**< Item refine level. */ - int mInvIndex; /**< Inventory index. */ - std::string mDescription; - std::map mTags; }; #endif // ITEM_H -- cgit v1.2.3-60-g2f50