diff options
author | Paul Gilbert | 2017-10-08 11:12:53 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-10-08 11:12:53 -0400 |
commit | 6dac2f4b95a5e751803b03b7e0064b525dc71584 (patch) | |
tree | dad69cbaa9663e6da5f45595748b36c23841e0ed /engines/titanic/true_talk | |
parent | f05690db2a0bbb5968331d02b69a12290f311e7a (diff) | |
download | scummvm-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.cpp | 6 |
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); } |