diff options
author | Paul Gilbert | 2017-08-11 20:07:52 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-08-11 20:07:52 -0400 |
commit | 26ef2ce24b6d4fd3ef4e257720ea5303f1369afc (patch) | |
tree | 1da67f4a01a8cd63d1c480d8a098fcda27ac0c17 /engines | |
parent | 7d60ccc46345c3ae80721fe3ba5e4a92245d1b81 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/titanic/carry/liftbot_head.cpp | 2 |
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; |