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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sun Oct 18 22:30:32 CEST 2009


Revision: 45237
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45237&view=rev
Author:   m_kiewitz
Date:     2009-10-18 20:30:31 +0000 (Sun, 18 Oct 2009)

Log Message:
-----------
SCI: kDoSound doesnt reset nodePtr on fade anymore, fixes lsl5 endless music loop at patti exam scene

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

Modified: scummvm/trunk/engines/sci/engine/ksound.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/ksound.cpp	2009-10-18 19:43:47 UTC (rev 45236)
+++ scummvm/trunk/engines/sci/engine/ksound.cpp	2009-10-18 20:30:31 UTC (rev 45237)
@@ -914,9 +914,7 @@
 			/* FIXME: The next couple of lines actually STOP the handle, rather
 			** than fading it! */
 			if (argv[5].toUint16()) {
-				PUT_SEL32V(segMan, obj, signal, SIGNAL_OFFSET);
-				PUT_SEL32V(segMan, obj, nodePtr, 0);
-				PUT_SEL32V(segMan, obj, handle, 0);
+				PUT_SEL32V(segman, obj, signal, SIGNAL_OFFSET);
 				s->_sound.sfx_song_set_status(handle, SOUND_STATUS_STOPPED);
 			} else {
 				// FIXME: Support fade-and-continue. For now, send signal right away.


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