aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/debugger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp
index 182d1e8735..6118d03caa 100644
--- a/scumm/debugger.cpp
+++ b/scumm/debugger.cpp
@@ -420,6 +420,7 @@ bool ScummDebugger::Cmd_Script(int argc, const char** argv) {
_s->stopScriptNr(scriptnum);
} else if ((!strcmp(argv[2], "run")) || (!strcmp(argv[2], "start"))) {
_s->runScript(scriptnum, 0, 0, 0);
+ return false;
} else {
Debug_Printf("Unknown script command '%s'\n", argv[2]);
}