[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.44,1.45

Travis Howell kirben at users.sourceforge.net
Sat Dec 7 18:14:01 CET 2002


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

Modified Files:
	gameDetector.cpp 
Log Message:

Give _debuglevel a default value


Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- gameDetector.cpp	6 Dec 2002 15:24:12 -0000	1.44
+++ gameDetector.cpp	8 Dec 2002 02:13:13 -0000	1.45
@@ -28,7 +28,6 @@
 #include "common/gameDetector.h"
 #include "common/config-file.h"
 
-
 #define CHECK_OPTION() if ((current_option != NULL) || (*s != '\0')) goto ShowHelpAndExit
 #define HANDLE_OPTION() if ((*s == '\0') && (current_option == NULL)) goto ShowHelpAndExit;  \
                         if ((*s != '\0') && (current_option != NULL)) goto ShowHelpAndExit; \
@@ -83,6 +82,7 @@
 	_amiga = false;
 
 	_talkSpeed = 60;
+	_debugLevel = 1;
 	_debugMode = 0;
 	_noSubtitles = false;
 	_bootParam = 0;





More information about the Scummvm-git-logs mailing list