aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/softsynth/adlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/adlib.cpp b/audio/softsynth/adlib.cpp
index 6000a41a72..657eb7846f 100644
--- a/audio/softsynth/adlib.cpp
+++ b/audio/softsynth/adlib.cpp
@@ -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;