aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/inter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan3/inter.cpp')
-rw-r--r--engines/glk/alan3/inter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/alan3/inter.cpp b/engines/glk/alan3/inter.cpp
index 4708cf8bd3..5d70b393f2 100644
--- a/engines/glk/alan3/inter.cpp
+++ b/engines/glk/alan3/inter.cpp
@@ -254,6 +254,8 @@ static void depexec(Aword v) {
break;
case I_DEPCASE:
instructionString = "DEPCASE";
+ // fall through
+
case I_DEPELSE:
if (lev == 1) {
if (traceInstructionOption)