diff options
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r-- | src/shopitem.cpp | 3 |
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); |