[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.43,1.44 gameDetector.h,1.12,1.13
Travis Howell
kirben at users.sourceforge.net
Fri Dec 6 07:25:05 CET 2002
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv8791/common
Modified Files:
gameDetector.cpp gameDetector.h
Log Message:
Add debug levels for simon games
Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- gameDetector.cpp 6 Dec 2002 14:45:00 -0000 1.43
+++ gameDetector.cpp 6 Dec 2002 15:24:12 -0000 1.44
@@ -29,9 +29,6 @@
#include "common/config-file.h"
-extern uint16 _debugLevel;
-
-
#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; \
Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gameDetector.h 4 Dec 2002 22:31:05 -0000 1.12
+++ gameDetector.h 6 Dec 2002 15:24:13 -0000 1.13
@@ -119,6 +119,7 @@
uint16 _talkSpeed;
uint16 _debugMode;
+ uint16 _debugLevel;
bool _noSubtitles;
uint16 _bootParam;
More information about the Scummvm-git-logs
mailing list