diff options
Diffstat (limited to 'src/item.cpp')
-rw-r--r-- | src/item.cpp | 1 |
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), |