mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 22:51:11 +00:00
parent
1604212030
commit
bfabde4512
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user