mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
AUDIO: Fix spurious compiler warnings about use-before-set variable.
This commit is contained in:
parent
8a8ab23c03
commit
d654057a98
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user