[Scummvm-cvs-logs] CVS: scummvm/sky control.h,1.24,1.25

Robert G?ffringmann lavosspawn at users.sourceforge.net
Sat Aug 9 12:41:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv30820/sky

Modified Files:
	control.h 
Log Message:
don't allow loading of messy 0.5.1 savegames.

Index: control.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/control.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- control.h	3 Aug 2003 17:17:24 -0000	1.24
+++ control.h	9 Aug 2003 19:40:55 -0000	1.25
@@ -114,7 +114,7 @@
 
 #define SAVE_FILE_REVISION 5
 // skipping revision 4, that one will be used for messy downward compatibility in 0.5.0 branch
-#define OLD_SAVEGAME_TYPE 3
+#define OLD_SAVEGAME_TYPE 4
 
 struct AllocedMem {
 	uint16 *mem;





More information about the Scummvm-git-logs mailing list