summaryrefslogtreecommitdiff
path: root/src/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.cpp')
-rw-r--r--src/item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.cpp b/src/item.cpp
index 9a534cfad..2f574130c 100644
--- a/src/item.cpp
+++ b/src/item.cpp
@@ -50,6 +50,7 @@ Item::Item(const int id,
mId(0),
mColor(ItemColor_zero),
mQuantity(quantity),
+ mTag(0),
mImage(nullptr),
mDescription(),
mTags(),
@@ -57,7 +58,6 @@ Item::Item(const int id,
mRefine(refine),
mInvIndex(0),
mType(type),
- mTag(0),
mEquipment(equipment),
mEquipped(equipped),
mInEquipment(false),