Fixed loading again - a regression from commit #44803

svn-id: r44868
This commit is contained in:
Filippos Karapetis 2009-10-10 12:00:34 +00:00
parent 1604212030
commit bfabde4512

View File

@ -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;
}