[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.39,2.40

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Apr 9 12:19:08 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv26933a

Modified Files:
	gfx.cpp 
Log Message:
fix ega codec

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.39
retrieving revision 2.40
diff -u -d -r2.39 -r2.40
--- gfx.cpp	9 Apr 2003 19:14:01 -0000	2.39
+++ gfx.cpp	9 Apr 2003 19:18:23 -0000	2.40
@@ -1067,7 +1067,7 @@
 				}
 			}
 			if (color != 0xff) {
-				*dst++ = color;
+				*dst = color;
 				*(dst + 1) = color2;
 				dst += _vm->_realWidth;
 			}





More information about the Scummvm-git-logs mailing list