summaryrefslogtreecommitdiff
path: root/src/resources/item/shopitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/item/shopitem.h')
-rw-r--r--src/resources/item/shopitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/item/shopitem.h b/src/resources/item/shopitem.h
index 6c4d3f886..bf966aeb7 100644
--- a/src/resources/item/shopitem.h
+++ b/src/resources/item/shopitem.h
@@ -46,7 +46,7 @@ class ShopItem final : public Item
*/
ShopItem(const int inventoryIndex,
const int id,
- const int type,
+ const ItemTypeT type,
const ItemColor color,
const int quantity,
const int price);
@@ -59,7 +59,7 @@ class ShopItem final : public Item
* @param price price of the item
*/
ShopItem(const int id,
- const int type,
+ const ItemTypeT type,
const ItemColor color,
const int price);