From 26ef2ce24b6d4fd3ef4e257720ea5303f1369afc Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 11 Aug 2017 20:07:52 -0400 Subject: TITANIC: Fix floating lifbot head in lift 4 --- engines/titanic/carry/liftbot_head.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/titanic/carry') 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; -- cgit v1.2.3