aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/savegame.h')
-rw-r--r--engines/sci/engine/savegame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/engine/savegame.h b/engines/sci/engine/savegame.h
index 6284897bd0..151585ac77 100644
--- a/engines/sci/engine/savegame.h
+++ b/engines/sci/engine/savegame.h
@@ -37,6 +37,7 @@ struct EngineState;
*
* Version - new/changed feature
* =============================
+ * 43 - stop saving SCI3 mustSetViewVisible array
* 42 - SCI3 robots and VM objects
* 41 - palette support for newer SCI2.1 games; stable SCI2/2.1 save games
* 40 - always store palvary variables
@@ -67,7 +68,7 @@ struct EngineState;
*/
enum {
- CURRENT_SAVEGAME_VERSION = 42,
+ CURRENT_SAVEGAME_VERSION = 43,
MINIMUM_SAVEGAME_VERSION = 14
#ifdef ENABLE_SCI32
,