AUDIO: Miles Audio AdLib: initialize variable

initialize currentPitchRange (although it was properly initialized
later anyway)
This commit is contained in:
Martin Kiewitz 2015-06-29 13:37:04 +02:00
parent e0761bc678
commit f3df43dcbb

View File

@ -163,6 +163,7 @@ private:
MidiChannelEntry() : currentPatchBank(0),
currentInstrumentPtr(NULL),
currentPitchBender(MILES_PITCHBENDER_DEFAULT),
currentPitchRange(0),
currentVoiceProtection(0),
currentVolume(0), currentVolumeExpression(0),
currentPanning(0),