summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r--src/gui/inventorywindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h
index a1f8b858..da7c1cee 100644
--- a/src/gui/inventorywindow.h
+++ b/src/gui/inventorywindow.h
@@ -71,13 +71,15 @@ class InventoryWindow : public Window, gcn::ActionListener,
ItemContainer *mItems;
std::string mWeight;
+ std::string mSlots;
+ std::string mUsedSlots;
std::string mTotalWeight;
std::string mMaxWeight;
gcn::Button *mUseButton, *mDropButton;
gcn::ScrollArea *mInvenScroll;
gcn::Label *mWeightLabel;
- int mSize;
+ int mMaxSlots;
bool mItemDesc;
};