summaryrefslogtreecommitdiff
path: root/src/shopitem.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-16 16:06:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-16 16:06:17 +0300
commit1b28203031aec74f7a11a46fb5267f642ae5fab2 (patch)
treeef907d1a54132db7704e10a633925182edbe2fb5 /src/shopitem.cpp
parent0977134ffdad9ea0e79106fc633ebafd18209765 (diff)
downloadplus-1b28203031aec74f7a11a46fb5267f642ae5fab2.tar.gz
plus-1b28203031aec74f7a11a46fb5267f642ae5fab2.tar.bz2
plus-1b28203031aec74f7a11a46fb5267f642ae5fab2.tar.xz
plus-1b28203031aec74f7a11a46fb5267f642ae5fab2.zip
Fix code style.
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r--src/shopitem.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp
index db60e35f8..e31179772 100644
--- a/src/shopitem.cpp
+++ b/src/shopitem.cpp
@@ -72,7 +72,8 @@ ShopItem::ShopItem(const int id,
mPrice(price),
mUsedQuantity(0),
mShowQuantity(false),
- mVisible(true)
+ mVisible(true),
+ mDisabled(false)
{
updateDisplayName(0);
setInvIndex(-1);