[Scummvm-cvs-logs] CVS: tools compress_scumm_bun.cpp,1.11,1.12

Pawel Kolodziejski aquadran at users.sourceforge.net
Mon Jan 24 12:18:18 CET 2005


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

Modified Files:
	compress_scumm_bun.cpp 
Log Message:
forgot remove that

Index: compress_scumm_bun.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_scumm_bun.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- compress_scumm_bun.cpp	23 Jan 2005 22:35:33 -0000	1.11
+++ compress_scumm_bun.cpp	24 Jan 2005 20:17:28 -0000	1.12
@@ -1073,9 +1073,7 @@
 	memcpy(_region, region, sizeof(Region) * numRegions);
 	for (l = 0; l < numRegions; l++) {
 		_region[l].offset -= offsetData;
-		_region[l].length;
 		region[l].offset -= offsetData;
-		region[l].length;
 		recalcRegions(region[l].offset, bits, freq, channels);
 		recalcRegions(region[l].length, bits, freq, channels);
 		writeUint32BE(rmapFile, region[l].offset);





More information about the Scummvm-git-logs mailing list