[Scummvm-git-logs] scummvm master -> 26ef2ce24b6d4fd3ef4e257720ea5303f1369afc
dreammaster
dreammaster at scummvm.org
Sat Aug 12 02:07:58 CEST 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
26ef2ce24b TITANIC: Fix floating lifbot head in lift 4
Commit: 26ef2ce24b6d4fd3ef4e257720ea5303f1369afc
https://github.com/scummvm/scummvm/commit/26ef2ce24b6d4fd3ef4e257720ea5303f1369afc
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-11T20:07:52-04:00
Commit Message:
TITANIC: Fix floating lifbot head in lift 4
Changed paths:
engines/titanic/carry/liftbot_head.cpp
diff --git a/engines/titanic/carry/liftbot_head.cpp b/engines/titanic/carry/liftbot_head.cpp
index 227a06a..8da2fe1 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;
More information about the Scummvm-git-logs
mailing list