diff options
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r-- | src/shopitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp index 831b8cd43..f1fb42b79 100644 --- a/src/shopitem.cpp +++ b/src/shopitem.cpp @@ -53,8 +53,8 @@ ShopItem::ShopItem(const int inventoryIndex, const int id, addDuplicate(inventoryIndex, quantity); } -ShopItem::ShopItem (const int id, const unsigned char color, const int price) : - Item (id, 0, 0, color), +ShopItem::ShopItem(const int id, const unsigned char color, const int price) : + Item(id, 0, 0, color), mPrice(price), mShowQuantity(false) { |