aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/engine/savegame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/savegame.cpp b/engines/sci/engine/savegame.cpp
index 8c48790935..0586bec484 100644
--- a/engines/sci/engine/savegame.cpp
+++ b/engines/sci/engine/savegame.cpp
@@ -214,6 +214,7 @@ void SegManager::saveLoadWithSerializer(Common::Serializer &s) {
// Handle the OBSOLETE type SEG_TYPE_STRING_FRAG -- just ignore it
if (s.isLoading() && type == SEG_TYPE_STRING_FRAG) {
+ s.skip(4, VER(9), VER(9)); // OBSOLETE: Used to be _segManagerId
continue;
}