[Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.32,1.33

Travis Howell kirben at users.sourceforge.net
Fri Sep 5 20:42:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv31353/common

Modified Files:
	engine.cpp 
Log Message:

Default debug level should be zero.


Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- engine.cpp	5 Aug 2003 23:58:24 -0000	1.32
+++ engine.cpp	6 Sep 2003 03:41:12 -0000	1.33
@@ -235,7 +235,7 @@
 #endif
 }
 
-uint16 _debugLevel = 1;
+uint16 _debugLevel = 0;
 
 void CDECL debug(int level, const char *s, ...) {
 #ifdef __PALM_OS__





More information about the Scummvm-git-logs mailing list