diff options
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); } |