aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v6.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index c63d8a0249..f3e3e63dae 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -2452,6 +2452,7 @@ void Scumm_v6::o6_kernelSetFunctions() {
break;
case 9:
sp->play("credits.san", getGameDataPath());
+ break;
default:
// Other INSANE modes
warning("Unknown FT_INSANE mode for %d", args[1]);