[Scummvm-cvs-logs] CVS: scummvm README,1.322,1.323

Max Horn fingolfin at users.sourceforge.net
Sat Apr 23 06:52:49 CEST 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6576

Modified Files:
	README 
Log Message:
Simplified debuglevel handling:
 - it's only honored in the global level of the config file
 - all checks for it go through gDebugLevel now, which is made global
 - the '-d' switch is handled in a slightly saner and consistent way
 - removed 'debuglevel' from the config format documentation; we do
   not want to encourage the avarage user to use it


Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/README,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -d -r1.322 -r1.323
--- README	13 Apr 2005 14:06:17 -0000	1.322
+++ README	23 Apr 2005 13:52:26 -0000	1.323
@@ -1157,8 +1157,6 @@
                                  Queen
 
         boot_param      number   Pass this number to the boot script
-        debuglevel      number   Enable debug output. The higher number, the
-                                 more verbose output.
 
 Broken Sword II adds the following non-standard keywords:
 





More information about the Scummvm-git-logs mailing list