summaryrefslogtreecommitdiff
path: root/src/resources/itemtypemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/itemtypemap.h')
-rw-r--r--src/resources/itemtypemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/itemtypemap.h b/src/resources/itemtypemap.h
index ccf70068b..6718c8413 100644
--- a/src/resources/itemtypemap.h
+++ b/src/resources/itemtypemap.h
@@ -30,7 +30,7 @@
struct ItemTypeMap final
{
std::string name;
- ItemType::Type type;
+ ItemTypeT type;
std::string useButton;
std::string useButton2;
};