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 312a7f63..46905e5c 100644
--- a/src/item.cpp
+++ b/src/item.cpp
@@ -28,7 +28,7 @@
Item::Item(int id, int quantity, bool equipment, bool equipped):
mImage(0),
mQuantity(quantity),
- mEquipment(equipment), mEquipped(equipped)
+ mEquipment(equipment), mEquipped(equipped), mInEquipment(false)
{
setId(id);
}