summaryrefslogtreecommitdiff
path: root/src/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.cpp')
-rw-r--r--src/item.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/item.cpp b/src/item.cpp
index 5f5b7120a..6bb6f206e 100644
--- a/src/item.cpp
+++ b/src/item.cpp
@@ -44,13 +44,13 @@ Item::Item(const int id, const int quantity, const int refine,
mColor(0),
mQuantity(quantity),
mImage(nullptr),
- mEquipment(equipment),
- mEquipped(equipped),
- mInEquipment(false),
+ mDescription(),
+ mTags(),
mRefine(refine),
mInvIndex(0),
- mDescription(),
- mTags()
+ mEquipment(equipment),
+ mEquipped(equipped),
+ mInEquipment(false)
{
setId(id, color);
}