Skip to content

Commit

Permalink
AUDIO: Miles Audio AdLib: initialize variable
Browse files Browse the repository at this point in the history
initialize currentPitchRange (although it was properly initialized
later anyway)
  • Loading branch information
Martin Kiewitz committed Jun 29, 2015
1 parent e0761bc commit f3df43d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audio/miles_adlib.cpp
Expand Up @@ -163,6 +163,7 @@ class MidiDriver_Miles_AdLib : public MidiDriver_Emulated {
MidiChannelEntry() : currentPatchBank(0),
currentInstrumentPtr(NULL),
currentPitchBender(MILES_PITCHBENDER_DEFAULT),
currentPitchRange(0),
currentVoiceProtection(0),
currentVolume(0), currentVolumeExpression(0),
currentPanning(0),
Expand Down

0 comments on commit f3df43d

Please sign in to comment.