From 2071196f4235c75ff020605f53b3d397532e841a Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 29 Jul 2016 15:48:14 -0500 Subject: SCI32: Add bitmap segment and remove GC option from hunk segment --- engines/sci/engine/savegame.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sci/engine/savegame.h') diff --git a/engines/sci/engine/savegame.h b/engines/sci/engine/savegame.h index 43909accf2..c5c2bcef08 100644 --- a/engines/sci/engine/savegame.h +++ b/engines/sci/engine/savegame.h @@ -37,6 +37,7 @@ struct EngineState; * * Version - new/changed feature * ============================= + * 36 - SCI32 bitmap segment * 35 - SCI32 remap * 34 - SCI32 palettes, and store play time in ticks * 33 - new overridePriority flag in MusicEntry @@ -60,7 +61,7 @@ struct EngineState; */ enum { - CURRENT_SAVEGAME_VERSION = 35, + CURRENT_SAVEGAME_VERSION = 36, MINIMUM_SAVEGAME_VERSION = 14 }; -- cgit v1.2.3