[Scummvm-cvs-logs] CVS: scummvm saveload.cpp,1.45,1.46
James Brown
ender at users.sourceforge.net
Sun May 5 13:12:01 CEST 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm gameDetector.cpp,1.57,1.58 gameDetector.h,1.12,1.13 readme.txt,1.46,1.47 script.cpp,1.54,1.55 scummvm.cpp,1.138,1.139 string.cpp,1.39,1.40
- Next message: [Scummvm-cvs-logs] CVS: scummvm readme.txt,1.47,1.48 scummvm.cpp,1.139,1.140
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv8056
Modified Files:
saveload.cpp
Log Message:
Fix typo in version compatability change.
Index: saveload.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saveload.cpp,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- saveload.cpp 5 May 2002 20:04:25 -0000 1.45
+++ saveload.cpp 5 May 2002 20:11:01 -0000 1.46
@@ -197,7 +197,7 @@
return false;
}
- if (hdr.ver < VER_V8 || hdr.ver > _current_version) {
+ if (hdr.ver < VER_V7 || hdr.ver > _current_version) {
strcpy(desc, "Invalid version");
return false;
}
- Previous message: [Scummvm-cvs-logs] CVS: scummvm gameDetector.cpp,1.57,1.58 gameDetector.h,1.12,1.13 readme.txt,1.46,1.47 script.cpp,1.54,1.55 scummvm.cpp,1.138,1.139 string.cpp,1.39,1.40
- Next message: [Scummvm-cvs-logs] CVS: scummvm readme.txt,1.47,1.48 scummvm.cpp,1.139,1.140
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list