aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-11 20:07:52 -0400
committerPaul Gilbert2017-08-11 20:07:52 -0400
commit26ef2ce24b6d4fd3ef4e257720ea5303f1369afc (patch)
tree1da67f4a01a8cd63d1c480d8a098fcda27ac0c17 /engines/titanic/carry
parent7d60ccc46345c3ae80721fe3ba5e4a92245d1b81 (diff)
downloadscummvm-rg350-26ef2ce24b6d4fd3ef4e257720ea5303f1369afc.tar.gz
scummvm-rg350-26ef2ce24b6d4fd3ef4e257720ea5303f1369afc.tar.bz2
scummvm-rg350-26ef2ce24b6d4fd3ef4e257720ea5303f1369afc.zip
TITANIC: Fix floating lifbot head in lift 4
Diffstat (limited to 'engines/titanic/carry')
-rw-r--r--engines/titanic/carry/liftbot_head.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/carry/liftbot_head.cpp b/engines/titanic/carry/liftbot_head.cpp
index 227a06a7bc..8da2fe1f70 100644
--- a/engines/titanic/carry/liftbot_head.cpp
+++ b/engines/titanic/carry/liftbot_head.cpp
@@ -55,6 +55,8 @@ bool CLiftbotHead::UseWithOtherMsg(CUseWithOtherMsg *msg) {
CActMsg actMsg("AddRightHead");
actMsg.execute("FaultyLiftbot");
setVisible(false);
+ } else {
+ petAddToInventory();
}
return true;