summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfsound/spu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index 03f39c5c..74c3fca0 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -539,7 +539,7 @@ static void *MAINThread(void *arg)
{
start=s_chan[ch].pCurr; // set up the current pos
- if (start == (unsigned char*)-1) // special "stop" sign
+ if (s_chan[ch].iSilent || start == (unsigned char*)-1) // special "stop" sign
{
s_chan[ch].bOn=0; // -> turn everything off
s_chan[ch].ADSRX.lVolume=0;