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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Oct 10 14:00:35 CEST 2009


Revision: 44868
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44868&view=rev
Author:   thebluegr
Date:     2009-10-10 12:00:34 +0000 (Sat, 10 Oct 2009)

Log Message:
-----------
Fixed loading again - a regression from commit #44803

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

Modified: scummvm/trunk/engines/sci/engine/savegame.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/savegame.cpp	2009-10-10 11:42:41 UTC (rev 44867)
+++ scummvm/trunk/engines/sci/engine/savegame.cpp	2009-10-10 12:00:34 UTC (rev 44868)
@@ -214,6 +214,7 @@
 
 		// 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;
 		}
 


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