[Scummvm-git-logs] scummvm master -> 9ef2ca7f84234abf008cd820021b27c1dc83be2b
dreammaster
dreammaster at scummvm.org
Tue Oct 3 02:30:46 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:
9ef2ca7f84 TITANIC: DE: Correctly play back entire 1st class upgrade speech
Commit: 9ef2ca7f84234abf008cd820021b27c1dc83be2b
https://github.com/scummvm/scummvm/commit/9ef2ca7f84234abf008cd820021b27c1dc83be2b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-10-02T20:30:39-04:00
Commit Message:
TITANIC: DE: Correctly play back entire 1st class upgrade speech
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 cf832a1..123dc3c 100644
--- a/engines/titanic/true_talk/deskbot_script.cpp
+++ b/engines/titanic/true_talk/deskbot_script.cpp
@@ -418,6 +418,7 @@ int DeskbotScript::doSentenceEntry(int val1, const int *srcIdP, const TTroomScri
}
addResponse(getDialogueId(id));
+ applyResponse();
return 2;
} else {
switch (val1) {
More information about the Scummvm-git-logs
mailing list