aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/titanic/game/get_lift_eye2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/get_lift_eye2.cpp b/engines/titanic/game/get_lift_eye2.cpp
index afb2266348..5ce51b1199 100644
--- a/engines/titanic/game/get_lift_eye2.cpp
+++ b/engines/titanic/game/get_lift_eye2.cpp
@@ -92,6 +92,7 @@ bool CGetLiftEye2::MouseDragStartMsg(CMouseDragStartMsg *msg) {
dragMsg.execute(*_destObject);
msg->_dragItem = getRoot()->findByName(*_destObject);
+ *_destObject = "NULL";
return true;
} else {
return false;