From 3f9172676526aa04983f148d1262af6ea9fb53ef Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 4 Sep 2016 16:30:47 -0500 Subject: SCI32: Rewrite kArray & kString This change invalidates earlier SCI32 save games, which separated arrays and strings in an incompatible manner. Old save games contain invalid references to a string segment which no longer exists, and contain incompatible array structures that lack critical type information. --- engines/sci/engine/savegame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/engine/savegame.h') diff --git a/engines/sci/engine/savegame.h b/engines/sci/engine/savegame.h index 6616081a20..5995de7818 100644 --- a/engines/sci/engine/savegame.h +++ b/engines/sci/engine/savegame.h @@ -37,7 +37,7 @@ struct EngineState; * * Version - new/changed feature * ============================= - * 38 - SCI32 cursor + * 38 - SCI32 cursor, accurate SCI32 arrays/strings * 37 - Segment entry data changed to pointers * 36 - SCI32 bitmap segment * 35 - SCI32 remap -- cgit v1.2.3