diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-25 19:14:04 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-25 19:14:04 -0600 |
commit | bfa4a2e11e0c31418d21a91eca7495589c50c11e (patch) | |
tree | 8f5202581b2877018dd0fc6c7b3529572dcae0dd /src/gui/inventorywindow.h | |
parent | 34b7a86d06eba936c0642bc66ba104e4669d6b01 (diff) | |
download | mana-bfa4a2e11e0c31418d21a91eca7495589c50c11e.tar.gz mana-bfa4a2e11e0c31418d21a91eca7495589c50c11e.tar.bz2 mana-bfa4a2e11e0c31418d21a91eca7495589c50c11e.tar.xz mana-bfa4a2e11e0c31418d21a91eca7495589c50c11e.zip |
Merged relevent changes from TMW commit
dfcc6397848d4597b386b688f689352de6c19ae2
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index 83e98687..5035bf1c 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -78,9 +78,9 @@ class InventoryWindow : public Window, gcn::ActionListener, std::string mWeight; std::string mSlots; - std::string mUsedSlots; - std::string mTotalWeight; - std::string mMaxWeight; + int mUsedSlots; + int mTotalWeight; + int mMaxWeight; gcn::Button *mUseButton, *mDropButton; gcn::ScrollArea *mInvenScroll; |