aboutsummaryrefslogtreecommitdiff
path: root/debug.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2001-11-06 20:07:42 +0000
committerLudvig Strigeus2001-11-06 20:07:42 +0000
commit607f5adc3efff76b37235a4e6bab94aa09c8eb0b (patch)
treecad3df1f65c29e306458cd9383877f3b57ab1500 /debug.cpp
parent097f76ae00bd80cb6886673d45749aad95733771 (diff)
downloadscummvm-rg350-607f5adc3efff76b37235a4e6bab94aa09c8eb0b.tar.gz
scummvm-rg350-607f5adc3efff76b37235a4e6bab94aa09c8eb0b.tar.bz2
scummvm-rg350-607f5adc3efff76b37235a4e6bab94aa09c8eb0b.zip
updated texts in debug.cpp as well as readme.txt
by Jeroen Janssen svn-id: r3463
Diffstat (limited to 'debug.cpp')
-rw-r--r--debug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.cpp b/debug.cpp
index 1567553361..b5e1dd2aa1 100644
--- a/debug.cpp
+++ b/debug.cpp
@@ -52,6 +52,8 @@ bool ScummDebugger::do_command() {
"help -> display this help text\n"
"quit -> quit the debugger\n"
"go [numframes] -> increase frame\n"
+ "actor [actornum] -> show actor information\n"
+ "scripts -> show running scripts\n"
);
return true;