remove temp hack

This commit is contained in:
Jonathan Campbell 2018-02-17 13:22:04 -08:00
parent 8b77bceafd
commit 7760c4400f

View File

@ -106,8 +106,7 @@ void SOUNDCALL opngen_getpcm(void *hdl, SINT32 *pcm, UINT count) {
SINT32 samp_l;
SINT32 samp_r;
/* FIXME: The "playing" flag is never getting set! */
if (/*(!opngen.playing) || */(!count)) {
if ((!opngen.playing) || (!count)) {
return;
}
fm = opnch;