[Scummvm-git-logs] scummvm master -> 6dac2f4b95a5e751803b03b7e0064b525dc71584
dreammaster
dreammaster at scummvm.org
Sun Oct 8 17:12:55 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:
6dac2f4b95 TITANIC: DE: Syntax fixes
Commit: 6dac2f4b95a5e751803b03b7e0064b525dc71584
https://github.com/scummvm/scummvm/commit/6dac2f4b95a5e751803b03b7e0064b525dc71584
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-10-08T11:12:53-04:00
Commit Message:
TITANIC: DE: Syntax fixes
Changed paths:
engines/titanic/true_talk/bellbot_script.cpp
diff --git a/engines/titanic/true_talk/bellbot_script.cpp b/engines/titanic/true_talk/bellbot_script.cpp
index 4d0bd2f..0256b97 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);
}
More information about the Scummvm-git-logs
mailing list