From 09abcc5c2c59341fadd0450db3755e1d2662655d Mon Sep 17 00:00:00 2001 From: D G Turner Date: Tue, 13 Nov 2018 12:10:30 +0000 Subject: SCI: Fix Fall Through Compiler Warnings. --- engines/sci/engine/scriptdebug.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/engine/scriptdebug.cpp') 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) -- cgit v1.2.3