[Scummvm-cvs-logs] CVS: scummvm/simon debug.cpp,1.45,1.46

Robert Göffringmann lavosspawn at users.sourceforge.net
Wed Nov 9 12:03:00 CET 2005


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

Modified Files:
	debug.cpp 
Log Message:
sync HEAD with 0-8-0 branch.

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debug.cpp,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- debug.cpp	5 Nov 2005 18:51:12 -0000	1.45
+++ debug.cpp	9 Nov 2005 20:02:42 -0000	1.46
@@ -356,7 +356,7 @@
 
 void SimonEngine::dump_single_bitmap(int file, int image, const byte *offs, int w, int h, byte base) {
 	char buf[40];
-#if !defined(PALMOS_MODE) && !defined(__DC__) && !defined(__PSP__)
+#if !defined(PALMOS_MODE) && !defined(__DC__) && !defined(__PSP__) && !defined(__PLAYSTATION2__)
 	struct stat statbuf;
 #endif
 
@@ -366,7 +366,7 @@
 	sprintf(buf, "dumps/File%d_Image%d.bmp", file, image);
 #endif
 
-#if !defined(PALMOS_MODE) && !defined(__DC__) && !defined(__PSP__)
+#if !defined(PALMOS_MODE) && !defined(__DC__) && !defined(__PSP__) && !defined(__PLAYSTATION2__)
 	if (stat(buf, &statbuf) == 0)
 		return;
 #endif





More information about the Scummvm-git-logs mailing list