summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-02 21:17:13 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-02 21:17:13 +0300
commit181ecd0c3bf27b47487f973fb83b988fd6ceaecf (patch)
tree4ee3de6acd80bf81d0960ac49d64f718f5019102 /src/gui/itempopup.cpp
parentfb1709d774139b2173da6ee95770abaad23f726e (diff)
downloadplus-181ecd0c3bf27b47487f973fb83b988fd6ceaecf.tar.gz
plus-181ecd0c3bf27b47487f973fb83b988fd6ceaecf.tar.bz2
plus-181ecd0c3bf27b47487f973fb83b988fd6ceaecf.tar.xz
plus-181ecd0c3bf27b47487f973fb83b988fd6ceaecf.zip
Another fixes after Coverity checks.
Diffstat (limited to 'src/gui/itempopup.cpp')
-rw-r--r--src/gui/itempopup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/itempopup.cpp b/src/gui/itempopup.cpp
index f84a42ce7..8be374bf9 100644
--- a/src/gui/itempopup.cpp
+++ b/src/gui/itempopup.cpp
@@ -49,6 +49,7 @@ ItemPopup::ItemPopup() :
mItemDesc(new TextBox(this)),
mItemEffect(new TextBox(this)),
mItemWeight(new TextBox(this)),
+ mItemType(ITEM_UNUSABLE),
mIcon(new Icon(this, nullptr)),
mLastName(""),
mLastColor(1)