summaryrefslogtreecommitdiff
path: root/src/item.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-21 19:12:35 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-21 19:12:35 +0300
commit2dc2a95e4aa1466f7fd29f41b2b976ab47241259 (patch)
tree27a95e4744c2d1bb4e37ecac878738e549852df2 /src/item.cpp
parent3652f41912042501d55e7663315608e0cb8b3bf8 (diff)
downloadplus-2dc2a95e4aa1466f7fd29f41b2b976ab47241259.tar.gz
plus-2dc2a95e4aa1466f7fd29f41b2b976ab47241259.tar.bz2
plus-2dc2a95e4aa1466f7fd29f41b2b976ab47241259.tar.xz
plus-2dc2a95e4aa1466f7fd29f41b2b976ab47241259.zip
Add tag field into item.
Diffstat (limited to 'src/item.cpp')
-rw-r--r--src/item.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/item.cpp b/src/item.cpp
index 9a2537b18..50ccf374a 100644
--- a/src/item.cpp
+++ b/src/item.cpp
@@ -57,6 +57,7 @@ Item::Item(const int id,
mRefine(refine),
mInvIndex(0),
mType(type),
+ mTag(0),
mEquipment(equipment),
mEquipped(equipped),
mInEquipment(false),