[Scummvm-cvs-logs] CVS: scummvm/common file.h,1.17,1.18

Jonathan Gray khalek at users.sourceforge.net
Thu Oct 16 03:32:11 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv17958

Modified Files:
	file.h 
Log Message:
add method to set the xor byte in the file class. Needed as the combined mac data files are only xor'd in the resource files, not the parts of the combined file

Index: file.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/file.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- file.h	10 Oct 2003 13:55:06 -0000	1.17
+++ file.h	16 Oct 2003 10:23:01 -0000	1.18
@@ -71,6 +71,7 @@
 	void writeUint32LE(uint32 value);
 	void writeUint16BE(uint16 value);
 	void writeUint32BE(uint32 value);
+	void setEnc(byte value) { _encbyte = value; }
 };
 
 #endif





More information about the Scummvm-git-logs mailing list