Diff for /np2/sound/vermouth/midiout.c between versions 1.3 and 1.4

version 1.3, 2003/11/28 08:01:33 version 1.4, 2003/11/30 12:32:04
Line 888  void midiout_setgain(MIDIHDL hdl, int ga Line 888  void midiout_setgain(MIDIHDL hdl, int ga
                 else if (gain > 8) {                  else if (gain > 8) {
                         gain = 8;                          gain = 8;
                 }                  }
                 hdl->gain = (char)gain;                  hdl->gain = (SINT8)gain;
                 allvolupdate(hdl);                  allvolupdate(hdl);
         }          }
 }  }

Removed from v.1.3  
changed lines
  Added in v.1.4


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