aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2017-10-02 20:30:39 -0400
committerPaul Gilbert2017-10-02 20:30:39 -0400
commit9ef2ca7f84234abf008cd820021b27c1dc83be2b (patch)
treedf6c473809e8a47952d319ffb1f364910b34df8b /engines
parentda6b280922136ecc3e49670d1a276036a9a519d2 (diff)
downloadscummvm-rg350-9ef2ca7f84234abf008cd820021b27c1dc83be2b.tar.gz
scummvm-rg350-9ef2ca7f84234abf008cd820021b27c1dc83be2b.tar.bz2
scummvm-rg350-9ef2ca7f84234abf008cd820021b27c1dc83be2b.zip
TITANIC: DE: Correctly play back entire 1st class upgrade speech
Diffstat (limited to 'engines')
-rw-r--r--engines/titanic/true_talk/deskbot_script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/deskbot_script.cpp b/engines/titanic/true_talk/deskbot_script.cpp
index cf832a1eab..123dc3c8a7 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) {