[Scummvm-cvs-logs] scummvm master -> ddcf204bd0b36f818ef423d9d1ac00511367ad8c

wjp wjp at usecode.org
Sun Feb 21 20:45:16 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ddcf204bd0 SCI: Add help for debuglevel command


Commit: ddcf204bd0b36f818ef423d9d1ac00511367ad8c
    https://github.com/scummvm/scummvm/commit/ddcf204bd0b36f818ef423d9d1ac00511367ad8c
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2016-02-21T20:42:06+01:00

Commit Message:
SCI: Add help for debuglevel command

Changed paths:
    engines/sci/console.cpp



diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index bea67e6..a395552 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");






More information about the Scummvm-git-logs mailing list