[Scummvm-cvs-logs] CVS: scummvm/scumm palette.cpp,2.33,2.34

kirben kirben at users.sourceforge.net
Mon Apr 18 21:16:28 CEST 2005


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

Modified Files:
	palette.cpp 
Log Message:

Ooops


Index: palette.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/palette.cpp,v
retrieving revision 2.33
retrieving revision 2.34
diff -u -d -r2.33 -r2.34
--- palette.cpp	19 Apr 2005 04:12:47 -0000	2.33
+++ palette.cpp	19 Apr 2005 04:16:03 -0000	2.34
@@ -238,7 +238,7 @@
 		// off there, too... I wonder if it hurts other games, too? What exactly is broken
 		// if we remove this patch?
 		// Since it also causes problems in Zak256, I am turning it off for all V4 games and older.
-		if (_version >= 5 || _version <= 6) {
+		if (_version >= 5 && _version <= 6) {
 			if ((_heversion >= 80) && (i == 15 || r < 252 || g < 252 || b < 252)) {
 				*dest++ = r;
 				*dest++ = g;





More information about the Scummvm-git-logs mailing list