diff options
| author | Willem Jan Palenstijn | 2016-02-21 20:42:06 +0100 |
|---|---|---|
| committer | Willem Jan Palenstijn | 2016-02-21 20:42:06 +0100 |
| commit | ddcf204bd0b36f818ef423d9d1ac00511367ad8c (patch) | |
| tree | cd2bfb589335936e88b63e8e37242c88cd5c27d0 | |
| parent | 1ac8533b1f60d5695fb7095d7da9157689bdef6e (diff) | |
| download | scummvm-rg350-ddcf204bd0b36f818ef423d9d1ac00511367ad8c.tar.gz scummvm-rg350-ddcf204bd0b36f818ef423d9d1ac00511367ad8c.tar.bz2 scummvm-rg350-ddcf204bd0b36f818ef423d9d1ac00511367ad8c.zip | |
SCI: Add help for debuglevel command
| -rw-r--r-- | engines/sci/console.cpp | 1 |
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"); |
