summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfsound/spu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index 869f9b8c..14aa01b3 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -814,12 +814,13 @@ GOON: ;
if(s_chan[ch].bRVBActive) StoreREVERB(ch,ns);
}
+
+ s_chan[ch].spos += s_chan[ch].sinc;
}
////////////////////////////////////////////////
// ok, go on until 1 ms data of this channel is collected
ns++;
- s_chan[ch].spos += s_chan[ch].sinc;
} // end ns
}