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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Dec 7 17:49:53 CET 2010


Revision: 54809
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54809&view=rev
Author:   thebluegr
Date:     2010-12-07 16:49:53 +0000 (Tue, 07 Dec 2010)

Log Message:
-----------
SCI: Bumped up the save game version for rev #54805

Initially, I thought that older ScummVM versions will work with these saved games.
However, they will probably crash when trying to load saved games after rev #54805,
as the heap is reset when loading, and the system strings segment is no longer
initialized (thanks wjp).

Revision Links:
--------------
    http://scummvm.svn.sourceforge.net/scummvm/?rev=54805&view=rev
    http://scummvm.svn.sourceforge.net/scummvm/?rev=54805&view=rev

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

Modified: scummvm/trunk/engines/sci/engine/savegame.h
===================================================================
--- scummvm/trunk/engines/sci/engine/savegame.h	2010-12-07 01:58:18 UTC (rev 54808)
+++ scummvm/trunk/engines/sci/engine/savegame.h	2010-12-07 16:49:53 UTC (rev 54809)
@@ -36,7 +36,7 @@
 struct EngineState;
 
 enum {
-	CURRENT_SAVEGAME_VERSION = 28,
+	CURRENT_SAVEGAME_VERSION = 29,
 	MINIMUM_SAVEGAME_VERSION = 14
 };
 


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