Difference for arch/win32/digi.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 920
 
Line 920
  mm_volume |= (mm_volume << 8);   mm_volume |= (mm_volume << 8);
   
  if (hmp)   if (hmp)
  midiOutSetVolume(hmp->hmidi, mm_volume | mm_volume << 16);   midiOutSetVolume((HMIDIOUT)hmp->hmidi, mm_volume | mm_volume << 16);
 }  }
   
 void digi_play_midi_song( char * filename, char * melodic_bank, char * drum_bank, int loop )  void digi_play_midi_song( char * filename, char * melodic_bank, char * drum_bank, int loop )

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2