[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.97,1.98 sky.h,1.45,1.46

Travis Howell kirben at users.sourceforge.net
Tue Jul 15 09:41:10 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv24970/sky

Modified Files:
	sky.cpp sky.h 
Log Message:

Use debug output instead of warnings for simon
Fix debug output in sky


Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- sky.cpp	14 Jul 2003 09:16:12 -0000	1.97
+++ sky.cpp	15 Jul 2003 16:40:24 -0000	1.98
@@ -31,6 +31,8 @@
 #include <errno.h>
 #include <time.h>
 
+extern uint16 _debugLevel;
+
 #ifdef _WIN32_WCE
 
 extern bool toolbar_drawn;

Index: sky.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- sky.h	12 Jul 2003 05:26:23 -0000	1.45
+++ sky.h	15 Jul 2003 16:40:24 -0000	1.46
@@ -72,7 +72,6 @@
 	bool _floppyIntro;
 
 	uint16 _debugMode;
-	uint16 _debugLevel;
 
 	int _numScreenUpdates;
 





More information about the Scummvm-git-logs mailing list