[Scummvm-git-logs] scummvm master -> 1fdf0c70d4c8359ba7799da771884b66a2ebc733

dreammaster dreammaster at scummvm.org
Sat Aug 5 20:55:43 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:
1fdf0c70d4 TITANIC: Add missing conv fragment for Presidential bed during checkin


Commit: 1fdf0c70d4c8359ba7799da771884b66a2ebc733
    https://github.com/scummvm/scummvm/commit/1fdf0c70d4c8359ba7799da771884b66a2ebc733
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-05T14:55:35-04:00

Commit Message:
TITANIC: Add missing conv fragment for Presidential bed during checkin

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


diff --git a/engines/titanic/true_talk/deskbot_script.cpp b/engines/titanic/true_talk/deskbot_script.cpp
index 8e24121..d44cedf 100644
--- a/engines/titanic/true_talk/deskbot_script.cpp
+++ b/engines/titanic/true_talk/deskbot_script.cpp
@@ -1288,6 +1288,7 @@ int DeskbotScript::preprocess(const TTroomScript *roomScript, const TTsentence *
 		} else if (sentence->contains("president") || sentence->contains("presidential")
 			|| sentence->contains("the 3")) {
 			addResponse(getDialogueId(241689));
+			addResponse(getDialogueId(241739));
 		} else {
 			if (getRandomNumber(100) < 80 && sentence2C(sentence))
 				addResponse(getDialogueId(241707));





More information about the Scummvm-git-logs mailing list