summaryrefslogtreecommitdiff
path: root/src/shopitem.cpp
diff options
context:
space:
mode:
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 eb7499522..db60e35f8 100644
--- a/src/shopitem.cpp
+++ b/src/shopitem.cpp
@@ -49,7 +49,8 @@ ShopItem::ShopItem(const int inventoryIndex,
mPrice(price),
mUsedQuantity(0),
mShowQuantity(true),
- mVisible(true)
+ mVisible(true),
+ mDisabled(false)
{
updateDisplayName(quantity);
setInvIndex(inventoryIndex);