mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 15:09:47 +00:00
parent
174a043aa7
commit
209798474b
@ -222,7 +222,7 @@ void syncWithSerializer(Common::Serializer &s, reg_t &obj) {
|
||||
|
||||
void SegManager::saveLoadWithSerializer(Common::Serializer &s) {
|
||||
s.skip(4, VER(9), VER(9)); // OBSOLETE: Used to be reserved_id
|
||||
s.skip(4, VER(18), VER(18)); // OBSOLETE: Used to be _exportsAreWide
|
||||
s.skip(4, VER(9), VER(18)); // OBSOLETE: Used to be _exportsAreWide
|
||||
s.skip(4, VER(9), VER(9)); // OBSOLETE: Used to be gc_mark_bits
|
||||
|
||||
if (s.isLoading()) {
|
||||
|
@ -36,7 +36,7 @@ namespace Sci {
|
||||
struct EngineState;
|
||||
|
||||
enum {
|
||||
CURRENT_SAVEGAME_VERSION = 18,
|
||||
CURRENT_SAVEGAME_VERSION = 19,
|
||||
MINIMUM_SAVEGAME_VERSION = 9
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user