[Scummvm-git-logs] scummvm master -> 2c542815a065f055abeab50628d961ca4cde0912

dreammaster noreply at scummvm.org
Thu Sep 3 05:51:03 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
2c542815a0 TITANIC: Drop the unreachable second diff >= 0 branch in LiftbotScript


Commit: 2c542815a065f055abeab50628d961ca4cde0912
    https://github.com/scummvm/scummvm/commit/2c542815a065f055abeab50628d961ca4cde0912
Author: Dmitry Rantovov (rantovov5 at gmail.com)
Date: 2026-09-03T15:50:58+10:00

Commit Message:
TITANIC: Drop the unreachable second diff >= 0 branch in LiftbotScript

Changed paths:
    engines/titanic/true_talk/liftbot_script.cpp


diff --git a/engines/titanic/true_talk/liftbot_script.cpp b/engines/titanic/true_talk/liftbot_script.cpp
index b2f7e31a573..f7d6f66852b 100644
--- a/engines/titanic/true_talk/liftbot_script.cpp
+++ b/engines/titanic/true_talk/liftbot_script.cpp
@@ -712,9 +712,6 @@ int LiftbotScript::sentence1(const TTsentence *sentence) {
 		selectResponse(210138);
 		applyResponse();
 		return 1;
-	} else if (diff >= 0) {
-		addResponse1(diff, true, newId);
-		return 1;
 	} else {
 		return 0;
 	}




More information about the Scummvm-git-logs mailing list