[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.470,2.471

kirben kirben at users.sourceforge.net
Sun Sep 18 17:37:08 CEST 2005


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

Modified Files:
	gfx.cpp 
Log Message:

Ooops


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.470
retrieving revision 2.471
diff -u -d -r2.470 -r2.471
--- gfx.cpp	19 Sep 2005 00:29:40 -0000	2.470
+++ gfx.cpp	19 Sep 2005 00:35:12 -0000	2.471
@@ -2444,7 +2444,7 @@
 				}
 
 				for (z = 0; z < run; z++) {
-					*(dst + y * dstPitch + x) = *(dst + y * dstPitch + x - 1) + _paletteMod;
+					*(dst + y * dstPitch + x) = *(dst + y * dstPitch + x - 1);
 
 					y++;
 					if (y >= height) {





More information about the Scummvm-git-logs mailing list