SCI: Don't save HunkTable segments

svn-id: r45048
This commit is contained in:
Max Horn
2009-10-13 20:50:59 +00:00
parent b49d6d950b
commit 2ae08e8478
+2 -2
View File
@@ -221,8 +221,8 @@ void SegManager::saveLoadWithSerializer(Common::Serializer &s) {
s.skip(4, VER(9), VER(9)); // OBSOLETE: Used to be _segManagerId
// Don't load HunkTable segments
if (s.isLoading() && type == SEG_TYPE_HUNK) {
// Don't save or load HunkTable segments
if (type == SEG_TYPE_HUNK) {
continue;
}