AUDIO: Fix spurious compiler warnings about use-before-set variable.

This commit is contained in:
D G Turner 2012-11-23 19:01:38 +00:00
parent 8a8ab23c03
commit d654057a98

View File

@ -1988,7 +1988,7 @@ void MidiDriver_ADLIB::mcKeyOn(AdLibVoice *voice, const AdLibInstrument *instr,
AdLibPart *part = voice->_part;
byte vol1, vol2;
#ifdef ENABLE_OPL3
byte secVol1, secVol2;
byte secVol1 = 0, secVol2 = 0;
#endif
voice->_twoChan = instr->feedback & 1;