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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jul 23 10:26:20 CEST 2010


Revision: 51198
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51198&view=rev
Author:   thebluegr
Date:     2010-07-23 08:26:20 +0000 (Fri, 23 Jul 2010)

Log Message:
-----------
SCI: Actually sync kPalVary data when saving/loading

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

Modified: scummvm/trunk/engines/sci/engine/savegame.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/savegame.cpp	2010-07-23 08:22:13 UTC (rev 51197)
+++ scummvm/trunk/engines/sci/engine/savegame.cpp	2010-07-23 08:26:20 UTC (rev 51198)
@@ -255,6 +255,7 @@
 	_segMan->saveLoadWithSerializer(s);
 
 	g_sci->_soundCmd->syncPlayList(s);
+	g_sci->_gfxPalette->saveLoadWithSerializer(s);
 }
 
 void LocalVariables::saveLoadWithSerializer(Common::Serializer &s) {


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