summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/itemcontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/itemcontainer.cpp b/src/gui/itemcontainer.cpp
index 7420cc18..40f4ae28 100644
--- a/src/gui/itemcontainer.cpp
+++ b/src/gui/itemcontainer.cpp
@@ -58,9 +58,9 @@ ItemContainer::ItemContainer(Inventory *inventory,
mSelectedItem(NULL),
mHighlightedItem(NULL),
mSelectionStatus(SEL_NONE),
+ mForceQuantity(forceQuantity),
mSwapItems(false),
- mDescItems(false),
- mForceQuantity(forceQuantity)
+ mDescItems(false)
{
mItemPopup = new ItemPopup;
setFocusable(true);