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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jan 1 17:42:35 CET 2010


Revision: 46837
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46837&view=rev
Author:   thebluegr
Date:     2010-01-01 16:42:35 +0000 (Fri, 01 Jan 2010)

Log Message:
-----------
Fixed broken savegames when saving with the new music code

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-01-01 16:28:22 UTC (rev 46836)
+++ scummvm/trunk/engines/sci/engine/savegame.cpp	2010-01-01 16:42:35 UTC (rev 46837)
@@ -629,6 +629,7 @@
 	if (s.isSaving()) {
 		s.syncAsByte(_soundOn);
 		s.syncAsByte(masterVolume);
+		s.syncAsByte(_reverb, VER(17));
 	} else if (s.isLoading()) {
 		if (s.getVersion() >= 15) {
 			s.syncAsByte(_soundOn);


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