aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/debug.cpp')
-rw-r--r--engines/sky/debug.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sky/debug.cpp b/engines/sky/debug.cpp
index d663bd206d..78ded552d2 100644
--- a/engines/sky/debug.cpp
+++ b/engines/sky/debug.cpp
@@ -1251,10 +1251,13 @@ bool Debugger::Cmd_LogicCommand(int argc, const char **argv) {
switch (argc) {
case 5:
arg3 = atoi(argv[4]);
+ // fall through
case 4:
arg2 = atoi(argv[3]);
+ // fall through
case 3:
arg1 = atoi(argv[2]);
+ // fall through
}
for (int i = 0; i < numMCodes; ++i) {