[Scummvm-cvs-logs] SF.net SVN: scummvm:[52595] scummvm/trunk/engines/sci/sound/drivers/adlib. cpp

waltervn at users.sourceforge.net waltervn at users.sourceforge.net
Mon Sep 6 18:09:19 CEST 2010


Revision: 52595
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52595&view=rev
Author:   waltervn
Date:     2010-09-06 16:09:19 +0000 (Mon, 06 Sep 2010)

Log Message:
-----------
SCI: AdLib: process patch change commands when playswitch is off.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/drivers/adlib.cpp

Modified: scummvm/trunk/engines/sci/sound/drivers/adlib.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/drivers/adlib.cpp	2010-09-06 15:15:59 UTC (rev 52594)
+++ scummvm/trunk/engines/sci/sound/drivers/adlib.cpp	2010-09-06 16:09:19 UTC (rev 52595)
@@ -586,7 +586,7 @@
 	}
 
 	// Set patch if different from current patch
-	if ((patch != _voices[voice].patch) && _playSwitch)
+	if (patch != _voices[voice].patch)
 		setPatch(voice, patch);
 
 	_voices[voice].velocity = velocity;


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