diff options
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r-- | src/shopitem.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp index 2871e1853..16df6026a 100644 --- a/src/shopitem.cpp +++ b/src/shopitem.cpp @@ -39,8 +39,8 @@ ShopItem::ShopItem(const int inventoryIndex, const int quantity, const int price) : Item(id, type, 0, 0, color, - Identified_True, - Damaged_False, + Identified_true, + Damaged_false, false, false, false), mDisplayName(), mDuplicates(), @@ -57,8 +57,8 @@ ShopItem::ShopItem(const int id, const unsigned char color, const int price) : Item(id, type, 0, 0, color, - Identified_True, - Damaged_False, + Identified_true, + Damaged_false, false, false, false), mDisplayName(), mDuplicates(), |