[Scummvm-cvs-logs] CVS: scummvm/common file.cpp,1.9,1.10

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Tue Sep 10 00:35:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv21950/common

Modified Files:
	file.cpp 
Log Message:
changed scumm file io to class File

Index: file.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/file.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- file.cpp	8 Sep 2002 01:08:11 -0000	1.9
+++ file.cpp	10 Sep 2002 07:34:26 -0000	1.10
@@ -97,6 +97,8 @@
 		return false;
 	}
 
+	_encbyte = encbyte;
+
 	return true;
 }
 





More information about the Scummvm-git-logs mailing list