diff options
author | Robert Göffringmann | 2003-08-09 19:40:55 +0000 |
---|---|---|
committer | Robert Göffringmann | 2003-08-09 19:40:55 +0000 |
commit | ee3b2ffbfd25d1e5ce4ef3390d1ec958d02dea95 (patch) | |
tree | 184b9def110847c8b02932663c981df306747076 /sky | |
parent | 3e211794a2487f286d84a6a644f96809d128a084 (diff) | |
download | scummvm-rg350-ee3b2ffbfd25d1e5ce4ef3390d1ec958d02dea95.tar.gz scummvm-rg350-ee3b2ffbfd25d1e5ce4ef3390d1ec958d02dea95.tar.bz2 scummvm-rg350-ee3b2ffbfd25d1e5ce4ef3390d1ec958d02dea95.zip |
don't allow loading of messy 0.5.1 savegames.
svn-id: r9609
Diffstat (limited to 'sky')
-rw-r--r-- | sky/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |