Diff for /np2/sound/opngeng.c between versions 1.5 and 1.6

version 1.5, 2003/10/26 07:50:36 version 1.6, 2003/10/27 15:06:31
Line 157  void SOUNDCALL opngen_getpcm(void *hdl,  Line 157  void SOUNDCALL opngen_getpcm(void *hdl, 
                         opngen.outdr = 0;                          opngen.outdr = 0;
                         playing = 0;                          playing = 0;
                         for (i=0; i<opngen.playchannels; i++) {                          for (i=0; i<opngen.playchannels; i++) {
                                 if (fm[i].playing) {                                  if (fm[i].playing & fm[i].outslot) {
                                         calcratechannel(fm + i);                                          calcratechannel(fm + i);
                                         playing++;                                          playing++;
                                 }                                  }

Removed from v.1.5  
changed lines
  Added in v.1.6


RetroPC.NET-CVS <cvs@retropc.net>