[Scummvm-cvs-logs] CVS: tools compress_san.cpp,1.19,1.20

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Sep 19 09:06:02 CEST 2004


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

Modified Files:
	compress_san.cpp 
Log Message:
fixed offset for dig IACT 

Index: compress_san.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_san.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- compress_san.cpp	19 Sep 2004 15:12:36 -0000	1.19
+++ compress_san.cpp	19 Sep 2004 16:05:16 -0000	1.20
@@ -343,7 +343,7 @@
 				int track_flags = readUint16LE(input);
 				// to be sure that is comi chunk
 				if ((track_flags != 0) || (unk != 0) || (flags != 46)) {
-					fseek(input, -8, SEEK_CUR);
+					fseek(input, -12, SEEK_CUR);
 					goto skip;
 				}
 				fseek(input, 10, SEEK_CUR);





More information about the Scummvm-git-logs mailing list