diff options
author | Dennis Friis <peavey@inspircd.org> | 2009-05-14 21:49:19 +0200 |
---|---|---|
committer | Dennis Friis <peavey@inspircd.org> | 2009-05-14 21:49:19 +0200 |
commit | d4247f3edb63733e9b2a6903ad2ae08c770e8a0f (patch) | |
tree | 97623a9f1f2f6491a55eea8a922bb3a83b10c3f3 /src/gui/inventorywindow.h | |
parent | e0eeaef318d63ae79522c1d0407e4f5b8212c5f7 (diff) | |
download | mana-d4247f3edb63733e9b2a6903ad2ae08c770e8a0f.tar.gz mana-d4247f3edb63733e9b2a6903ad2ae08c770e8a0f.tar.bz2 mana-d4247f3edb63733e9b2a6903ad2ae08c770e8a0f.tar.xz mana-d4247f3edb63733e9b2a6903ad2ae08c770e8a0f.zip |
Fixes to outfit window
- Moved the outfit button onto the Inventory window
- Fixed 'unequip first' saving bug
Patch by QOAL
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index 6e34666d..fbda5ac7 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -109,6 +109,7 @@ class InventoryWindow : public Window, gcn::Button *mUseButton; gcn::Button *mDropButton; gcn::Button *mSplitButton; + gcn::Button *mOutfitButton; gcn::Label *mWeightLabel; gcn::Label *mSlotsLabel; |