diff options
Diffstat (limited to 'plugins/dfsound/spu.c')
| -rw-r--r-- | plugins/dfsound/spu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 5a0f1787..03f39c5c 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -632,7 +632,7 @@ static void *MAINThread(void *arg) // (?) - silence flag (voice still plays?)
if( (flags&2) == 0 ) {
s_chan[ch].iSilent = 1;
- s_chan[ch].iStop = 1;
+ s_chan[ch].bStop = 1;
//start = (unsigned char *) -1;
}
}
|
