aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2016-02-21 20:42:06 +0100
committerWillem Jan Palenstijn2016-02-21 20:42:06 +0100
commitddcf204bd0b36f818ef423d9d1ac00511367ad8c (patch)
treecd2bfb589335936e88b63e8e37242c88cd5c27d0 /engines/sci
parent1ac8533b1f60d5695fb7095d7da9157689bdef6e (diff)
downloadscummvm-rg350-ddcf204bd0b36f818ef423d9d1ac00511367ad8c.tar.gz
scummvm-rg350-ddcf204bd0b36f818ef423d9d1ac00511367ad8c.tar.bz2
scummvm-rg350-ddcf204bd0b36f818ef423d9d1ac00511367ad8c.zip
SCI: Add help for debuglevel command
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/console.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index bea67e6535..a395552c81 100644
--- a/engines/sci/console.cpp
+++ b/engines/sci/console.cpp
@@ -332,6 +332,7 @@ bool Console::cmdHelp(int argc, const char **argv) {
debugPrintf("debugflag_list - Lists the available debug flags and their status\n");
debugPrintf("debugflag_enable - Enables a debug flag\n");
debugPrintf("debugflag_disable - Disables a debug flag\n");
+ debugPrintf("debuglevel - Shows or sets debug level\n");
debugPrintf("\n");
debugPrintf("Commands\n");
debugPrintf("--------\n");