From 4e97da8e138b21a5f5bea75e6a8d3211e4f28594 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Mar 2016 23:29:04 +0300 Subject: Add enum for item types. --- src/resources/item/item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/item/item.cpp') diff --git a/src/resources/item/item.cpp b/src/resources/item/item.cpp index 044e11fdb..f6d0af1d9 100644 --- a/src/resources/item/item.cpp +++ b/src/resources/item/item.cpp @@ -38,7 +38,7 @@ DragDrop dragDrop(nullptr, DragDropSource::Empty); Item::Item(const int id, - const int type, + const ItemTypeT type, const int quantity, const uint8_t refine, const ItemColor color, -- cgit v1.2.3-70-g09d2