[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.41,2.42

Jonathan Gray khalek at users.sourceforge.net
Wed Apr 9 14:57:04 CEST 2003


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

Modified Files:
	gfx.cpp 
Log Message:
make gcc happy

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.41
retrieving revision 2.42
diff -u -d -r2.41 -r2.42
--- gfx.cpp	9 Apr 2003 19:50:47 -0000	2.41
+++ gfx.cpp	9 Apr 2003 21:56:50 -0000	2.42
@@ -1037,7 +1037,7 @@
 
 
 void Gdi::decodeStripEGA(byte *dst, byte *src, int height) {
-	byte data, color, color2;
+	byte data, color = 0, color2 = 0;
 	int run = 1;
 	byte *t_dst = dst;
 	int t_height = height;





More information about the Scummvm-git-logs mailing list