summaryrefslogtreecommitdiff
path: root/src/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.cpp')
-rw-r--r--src/item.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/item.cpp b/src/item.cpp
index d904a0ab..30536df0 100644
--- a/src/item.cpp
+++ b/src/item.cpp
@@ -30,10 +30,8 @@
#include "resources/theme.h"
Item::Item(int id, int quantity, bool equipped):
- mImage(nullptr),
- mDrawImage(nullptr),
mQuantity(quantity),
- mEquipped(equipped), mInEquipment(false)
+ mEquipped(equipped)
{
setId(id);
}