[Scummvm-cvs-logs] SF.net SVN: scummvm:[41749] scummvm/trunk/engines/cruise/sound.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Mon Jun 22 08:35:08 CEST 2009


Revision: 41749
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41749&view=rev
Author:   dreammaster
Date:     2009-06-22 06:35:08 +0000 (Mon, 22 Jun 2009)

Log Message:
-----------
Added the dummy volume variable to the savegame format

Modified Paths:
--------------
    scummvm/trunk/engines/cruise/sound.cpp

Modified: scummvm/trunk/engines/cruise/sound.cpp
===================================================================
--- scummvm/trunk/engines/cruise/sound.cpp	2009-06-22 06:17:50 UTC (rev 41748)
+++ scummvm/trunk/engines/cruise/sound.cpp	2009-06-22 06:35:08 UTC (rev 41749)
@@ -821,6 +821,7 @@
 
 void PCSound::doSync(Common::Serializer &s) {
 	_player->doSync(s);
+	s.syncAsSint16LE(_genVolume);
 }
 
 const char *PCSound::musicName() {


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