mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
AUDIO: Miles Audio AdLib: initialize variable
initialize currentPitchRange (although it was properly initialized later anyway)
This commit is contained in:
parent
e0761bc678
commit
f3df43dcbb
@ -163,6 +163,7 @@ private:
|
||||
MidiChannelEntry() : currentPatchBank(0),
|
||||
currentInstrumentPtr(NULL),
|
||||
currentPitchBender(MILES_PITCHBENDER_DEFAULT),
|
||||
currentPitchRange(0),
|
||||
currentVoiceProtection(0),
|
||||
currentVolume(0), currentVolumeExpression(0),
|
||||
currentPanning(0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user