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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Jun 9 16:06:16 CEST 2010


Revision: 49540
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49540&view=rev
Author:   thebluegr
Date:     2010-06-09 14:06:16 +0000 (Wed, 09 Jun 2010)

Log Message:
-----------
Fixed compilation when the old sound code is used

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-06-09 13:34:15 UTC (rev 49539)
+++ scummvm/trunk/engines/sci/engine/savegame.cpp	2010-06-09 14:06:16 UTC (rev 49540)
@@ -864,7 +864,7 @@
 	s->sfx_init_flags = s->sfx_init_flags;
 	s->_sound._songlib.freeSounds();
 	s->_sound._songlib = temp;
-	s->_soundCmd->updateSfxState(&retval->_sound);
+	s->_soundCmd->updateSfxState(&s->_sound);
 #endif
 
 	s->_segMan->reconstructStack(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