diff options
Diffstat (limited to 'engines/sci/engine/savegame.h')
| -rw-r--r-- | engines/sci/engine/savegame.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sci/engine/savegame.h b/engines/sci/engine/savegame.h index 43909accf2..459e992e24 100644 --- a/engines/sci/engine/savegame.h +++ b/engines/sci/engine/savegame.h @@ -37,7 +37,6 @@ struct EngineState; * * Version - new/changed feature * ============================= - * 35 - SCI32 remap * 34 - SCI32 palettes, and store play time in ticks * 33 - new overridePriority flag in MusicEntry * 32 - new playBed flag in MusicEntry @@ -60,7 +59,7 @@ struct EngineState; */ enum { - CURRENT_SAVEGAME_VERSION = 35, + CURRENT_SAVEGAME_VERSION = 34, MINIMUM_SAVEGAME_VERSION = 14 }; |
