diff options
-rw-r--r-- | engines/titanic/pet_control/pet_inventory_glyphs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_inventory_glyphs.cpp b/engines/titanic/pet_control/pet_inventory_glyphs.cpp index d7918cf860..75b1fc9614 100644 --- a/engines/titanic/pet_control/pet_inventory_glyphs.cpp +++ b/engines/titanic/pet_control/pet_inventory_glyphs.cpp @@ -138,7 +138,7 @@ bool CPetInventoryGlyph::dragGlyph(const Point &topLeft, CMouseDragStartMsg *msg petControl->setAreaChangeType(1); return true; } else { - petControl->addToInventory(carryParcel); + petControl->addToInventory(item); return false; } } |