[Scummvm-cvs-logs] CVS: scummvm/scumm/smush codec47.cpp,1.9,1.10

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Jan 8 12:23:09 CET 2003


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

Modified Files:
	codec47.cpp 
Log Message:
added missing: d_src++

Index: codec47.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/codec47.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- codec47.cpp	8 Jan 2003 16:41:14 -0000	1.9
+++ codec47.cpp	8 Jan 2003 20:22:01 -0000	1.10
@@ -838,6 +838,7 @@
 		return;
 	}
 	if (code == 0xFF) {
+		d_src++;
 		byte * tmp_dst = d_dst;
 		codec47_subgfx_lev3();
 		d_dst += 4;
@@ -1044,7 +1045,6 @@
 
 	byte * ptr;
 	int32 r, l, count;
-	byte * ff = gfx_data;
 	if ((chunk_buffer[4] & 1) != 0) {
 		r = 0;
 		ptr = (byte*)smush_buffer;
@@ -1118,7 +1118,6 @@
 
 	if (_var104 != 0) {
 		dst.blit(_var104, width * height);
-//		dst.blit(_curBuf, width * height);
 	}
 
 	if ((first_word - _var100) == 1) {





More information about the Scummvm-git-logs mailing list