diff options
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; |