aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/pink/objects/inventory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pink/objects/inventory.cpp b/engines/pink/objects/inventory.cpp
index c99e6c6d9c..ff685d1573 100644
--- a/engines/pink/objects/inventory.cpp
+++ b/engines/pink/objects/inventory.cpp
@@ -34,8 +34,8 @@ namespace Pink {
InventoryMgr::InventoryMgr()
: _lead(nullptr), _window(nullptr), _itemActor(nullptr),
- _rightArrow(nullptr), _leftArrow(nullptr), _state(kIdle),
- _isClickedOnItem(false) {}
+ _rightArrow(nullptr), _leftArrow(nullptr), _item(nullptr),
+ _state(kIdle), _isClickedOnItem(false) {}
void InventoryItem::deserialize(Archive &archive) {
NamedObject::deserialize(archive);