[Scummvm-cvs-logs] CVS: scummvm/scumm saveload.cpp,1.220,1.221
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Thu May 12 23:33:19 CEST 2005
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31160
Modified Files:
saveload.cpp
Log Message:
Comment typo.
Index: saveload.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/saveload.cpp,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -d -r1.220 -r1.221
--- saveload.cpp 11 May 2005 14:34:19 -0000 1.220
+++ saveload.cpp 13 May 2005 06:32:27 -0000 1.221
@@ -128,7 +128,7 @@
return false;
}
- // Sine version 52 a thumbnail is saved directly after the header
+ // Since version 52 a thumbnail is saved directly after the header
if (hdr.ver >= VER(52)) {
uint32 type = in->readUint32BE();
if (type != MKID('THMB')) {
More information about the Scummvm-git-logs
mailing list