[Scummvm-cvs-logs] SF.net SVN: scummvm:[49094] scummvm/trunk/engines/sci/engine

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed May 19 11:39:11 CEST 2010


Revision: 49094
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49094&view=rev
Author:   thebluegr
Date:     2010-05-19 09:39:11 +0000 (Wed, 19 May 2010)

Log Message:
-----------
Updated the save game format for the changes in #49093

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/savegame.cpp
    scummvm/trunk/engines/sci/engine/savegame.h

Modified: scummvm/trunk/engines/sci/engine/savegame.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/savegame.cpp	2010-05-19 08:50:24 UTC (rev 49093)
+++ scummvm/trunk/engines/sci/engine/savegame.cpp	2010-05-19 09:39:11 UTC (rev 49094)
@@ -222,7 +222,7 @@
 
 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()) {

Modified: scummvm/trunk/engines/sci/engine/savegame.h
===================================================================
--- scummvm/trunk/engines/sci/engine/savegame.h	2010-05-19 08:50:24 UTC (rev 49093)
+++ scummvm/trunk/engines/sci/engine/savegame.h	2010-05-19 09:39:11 UTC (rev 49094)
@@ -36,7 +36,7 @@
 struct EngineState;
 
 enum {
-	CURRENT_SAVEGAME_VERSION = 18,
+	CURRENT_SAVEGAME_VERSION = 19,
 	MINIMUM_SAVEGAME_VERSION = 9
 };
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list