aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-20 20:58:26 +0000
committerMax Horn2003-05-20 20:58:26 +0000
commit49e7f7564a6d33e0079898cc9584fb69c0fcdcfd (patch)
tree6687f674e24fe1187cfce58c3d569d184316ea95 /scumm/debugger.cpp
parent1a394aa3c764c8a50def5bb9d8aa1342d962fbdd (diff)
downloadscummvm-rg350-49e7f7564a6d33e0079898cc9584fb69c0fcdcfd.tar.gz
scummvm-rg350-49e7f7564a6d33e0079898cc9584fb69c0fcdcfd.tar.bz2
scummvm-rg350-49e7f7564a6d33e0079898cc9584fb69c0fcdcfd.zip
renamed various things for clarity
svn-id: r7754
Diffstat (limited to 'scumm/debugger.cpp')
-rw-r--r--scumm/debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp
index a55279f1a2..139ca5bb37 100644
--- a/scumm/debugger.cpp
+++ b/scumm/debugger.cpp
@@ -466,7 +466,7 @@ bool ScummDebugger::Cmd_Script(int argc, const char** argv) {
//}
if ((!strcmp(argv[2], "kill")) || (!strcmp(argv[2], "stop"))) {
- _s->stopScriptNr(scriptnum);
+ _s->stopScript(scriptnum);
} else if ((!strcmp(argv[2], "run")) || (!strcmp(argv[2], "start"))) {
_s->runScript(scriptnum, 0, 0, 0);
return false;