aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk
diff options
context:
space:
mode:
authorPaul Gilbert2017-10-08 11:12:53 -0400
committerPaul Gilbert2017-10-08 11:12:53 -0400
commit6dac2f4b95a5e751803b03b7e0064b525dc71584 (patch)
treedad69cbaa9663e6da5f45595748b36c23841e0ed /engines/titanic/true_talk
parentf05690db2a0bbb5968331d02b69a12290f311e7a (diff)
downloadscummvm-rg350-6dac2f4b95a5e751803b03b7e0064b525dc71584.tar.gz
scummvm-rg350-6dac2f4b95a5e751803b03b7e0064b525dc71584.tar.bz2
scummvm-rg350-6dac2f4b95a5e751803b03b7e0064b525dc71584.zip
TITANIC: DE: Syntax fixes
Diffstat (limited to 'engines/titanic/true_talk')
-rw-r--r--engines/titanic/true_talk/bellbot_script.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/titanic/true_talk/bellbot_script.cpp b/engines/titanic/true_talk/bellbot_script.cpp
index 4d0bd2fa63..0256b97ef1 100644
--- a/engines/titanic/true_talk/bellbot_script.cpp
+++ b/engines/titanic/true_talk/bellbot_script.cpp
@@ -847,13 +847,11 @@ int BellbotScript::doSentenceEntry(int val1, const int *srcIdP, const TTroomScri
if (flag) {
CTrueTalkManager::triggerAction(29, 1);
selectResponse(201771);
- }
- else {
+ } else {
CTrueTalkManager::triggerAction(29, 2);
selectResponse(201554);
}
- }
- else {
+ } else {
selectResponse(21378);
}