aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/doorbot_script.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-07-23 10:01:16 -0400
committerPaul Gilbert2017-07-23 10:01:16 -0400
commit807fecf0f2077885daf4996dce8005f030a7c60a (patch)
treeecdc4040634350899049ad8c686a66583c452f69 /engines/titanic/true_talk/doorbot_script.cpp
parent7fcfb4214ed02cec1c01b28632dcef4cffee6669 (diff)
downloadscummvm-rg350-807fecf0f2077885daf4996dce8005f030a7c60a.tar.gz
scummvm-rg350-807fecf0f2077885daf4996dce8005f030a7c60a.tar.bz2
scummvm-rg350-807fecf0f2077885daf4996dce8005f030a7c60a.zip
TITANIC: Add missing break lines to switch statements
Thanks to bgK for providing a gcc output
Diffstat (limited to 'engines/titanic/true_talk/doorbot_script.cpp')
-rw-r--r--engines/titanic/true_talk/doorbot_script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/doorbot_script.cpp b/engines/titanic/true_talk/doorbot_script.cpp
index 4fcf329af7..0323e3d021 100644
--- a/engines/titanic/true_talk/doorbot_script.cpp
+++ b/engines/titanic/true_talk/doorbot_script.cpp
@@ -775,6 +775,7 @@ int DoorbotScript::doSentenceEntry(int val1, const int *srcIdP, const TTroomScri
case 5:
if (getValue(1) == 3)
return 1;
+ break;
case 6:
if (getRoom54(132))
return 1;