summaryrefslogtreecommitdiff
path: root/src/shopitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r--src/shopitem.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp
index 9370b744e..2871e1853 100644
--- a/src/shopitem.cpp
+++ b/src/shopitem.cpp
@@ -40,7 +40,8 @@ ShopItem::ShopItem(const int inventoryIndex,
const int price) :
Item(id, type, 0, 0, color,
Identified_True,
- false, false, false, false),
+ Damaged_False,
+ false, false, false),
mDisplayName(),
mDuplicates(),
mPrice(price),
@@ -57,7 +58,8 @@ ShopItem::ShopItem(const int id,
const int price) :
Item(id, type, 0, 0, color,
Identified_True,
- false, false, false, false),
+ Damaged_False,
+ false, false, false),
mDisplayName(),
mDuplicates(),
mPrice(price),