diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/db/itemdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp index 93c0e845a..e27290413 100644 --- a/src/resources/db/itemdb.cpp +++ b/src/resources/db/itemdb.cpp @@ -259,7 +259,7 @@ static void loadMenu(XmlNodePtrConst parentNode, } } -static bool getIsEquipment(const ItemDbType type) +static bool getIsEquipment(const ItemDbTypeT type) { switch (type) { |