aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-29 13:37:04 +0200
committerMartin Kiewitz2015-06-29 13:37:34 +0200
commitf3df43dcbb0a2b097adc5bbaf2b1fc80cb6e5263 (patch)
tree746e6ada061883a5d8aac2d4a7717bfaaa09fda5 /audio
parente0761bc67864a3adee31fc0942c9ef536e06360f (diff)
downloadscummvm-rg350-f3df43dcbb0a2b097adc5bbaf2b1fc80cb6e5263.tar.gz
scummvm-rg350-f3df43dcbb0a2b097adc5bbaf2b1fc80cb6e5263.tar.bz2
scummvm-rg350-f3df43dcbb0a2b097adc5bbaf2b1fc80cb6e5263.zip
AUDIO: Miles Audio AdLib: initialize variable
initialize currentPitchRange (although it was properly initialized later anyway)
Diffstat (limited to 'audio')
-rw-r--r--audio/miles_adlib.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/miles_adlib.cpp b/audio/miles_adlib.cpp
index 1c157f67a4..e59da10c40 100644
--- a/audio/miles_adlib.cpp
+++ b/audio/miles_adlib.cpp
@@ -163,6 +163,7 @@ private:
MidiChannelEntry() : currentPatchBank(0),
currentInstrumentPtr(NULL),
currentPitchBender(MILES_PITCHBENDER_DEFAULT),
+ currentPitchRange(0),
currentVoiceProtection(0),
currentVolume(0), currentVolumeExpression(0),
currentPanning(0),