aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/scriptdebug.cpp
diff options
context:
space:
mode:
authorD G Turner2018-11-13 12:10:30 +0000
committerD G Turner2018-11-13 12:10:30 +0000
commit09abcc5c2c59341fadd0450db3755e1d2662655d (patch)
treeeddfbc516069531d83a92f0b7ce6f4b72837610b /engines/sci/engine/scriptdebug.cpp
parentc006f405f3b9e7109ab5f0dd08671d26c582f886 (diff)
downloadscummvm-rg350-09abcc5c2c59341fadd0450db3755e1d2662655d.tar.gz
scummvm-rg350-09abcc5c2c59341fadd0450db3755e1d2662655d.tar.bz2
scummvm-rg350-09abcc5c2c59341fadd0450db3755e1d2662655d.zip
SCI: Fix Fall Through Compiler Warnings.
Diffstat (limited to 'engines/sci/engine/scriptdebug.cpp')
-rw-r--r--engines/sci/engine/scriptdebug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/engine/scriptdebug.cpp b/engines/sci/engine/scriptdebug.cpp
index f884e4da60..f5c1f8de8f 100644
--- a/engines/sci/engine/scriptdebug.cpp
+++ b/engines/sci/engine/scriptdebug.cpp
@@ -450,6 +450,8 @@ void SciEngine::scriptDebug() {
case kDebugSeekSpecialCallk:
if (paramb1 != _debugState.seekSpecial)
return;
+ // fall through
+ // FIXME: fall through intended?
case kDebugSeekCallk:
if (op != op_callk)