fix Ken's double whine in sfiii

This commit is contained in:
Michaël Banaan Ananas 2014-05-31 14:11:47 +00:00
parent 8f33055bd0
commit cc6dc6d29e

View File

@ -109,8 +109,7 @@ void cps3_sound_device::sound_stream_update(sound_stream &stream, stream_sample_
} }
else else
{ {
// key off // sample end (don't force key off)
m_key &= ~(1 << i);
break; break;
} }
} }