[Scummvm-cvs-logs] SF.net SVN: scummvm:[35839] scummvm/trunk/engines/tinsel/scene.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Jan 12 16:51:11 CET 2009


Revision: 35839
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35839&view=rev
Author:   thebluegr
Date:     2009-01-12 15:51:11 +0000 (Mon, 12 Jan 2009)

Log Message:
-----------
Don't call _mixer->stopAll() when changing scenes, as this stops the enhanced audio tracks as well. Sounds are stopped by stopAllSamples()

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/scene.cpp

Modified: scummvm/trunk/engines/tinsel/scene.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/scene.cpp	2009-01-12 15:41:37 UTC (rev 35838)
+++ scummvm/trunk/engines/tinsel/scene.cpp	2009-01-12 15:51:11 UTC (rev 35839)
@@ -343,7 +343,7 @@
 	}
 
 	_vm->_sound->stopAllSamples();		// Kill off any still-running sample
-	_vm->_mixer->stopAll();
+	//_vm->_mixer->stopAll();
 
 	// init the palette manager
 	ResetPalAllocator();


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