summaryrefslogtreecommitdiff
path: root/src/gui/selldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r--src/gui/selldialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h
index 7e37d860..d59343cb 100644
--- a/src/gui/selldialog.h
+++ b/src/gui/selldialog.h
@@ -108,10 +108,10 @@ class SellDialog : public Window, gcn::ActionListener, gcn::SelectionListener
gcn::Slider *mSlider;
ShopItems *mShopItems;
- int mPlayerMoney;
+ int mPlayerMoney = 0;
- int mMaxItems;
- int mAmountItems;
+ int mMaxItems = 0;
+ int mAmountItems = 0;
};
#endif