From ee3b2ffbfd25d1e5ce4ef3390d1ec958d02dea95 Mon Sep 17 00:00:00 2001 From: Robert Göffringmann Date: Sat, 9 Aug 2003 19:40:55 +0000 Subject: don't allow loading of messy 0.5.1 savegames. svn-id: r9609 --- sky/control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sky') diff --git a/sky/control.h b/sky/control.h index 1afd982f7c..3a6508a9c8 100644 --- a/sky/control.h +++ b/sky/control.h @@ -114,7 +114,7 @@ class SkyMouse; #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; -- cgit v1.2.3