AGI: Fix compilation.
svn-id: r52719
This commit is contained in:
parent
efc13c42b2
commit
f7fa335a1b
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ SoundGenMIDI::SoundGenMIDI(AgiEngine *vm, Audio::Mixer *pMixer) : SoundGen(vm, p
|
|||
_driver = MidiDriver::createMidi(dev);
|
||||
|
||||
if (ConfMan.getBool("native_mt32"))
|
||||
driver->property(MidiDriver::PROP_CHANNEL_MASK, 0x03FE);
|
||||
_driver->property(MidiDriver::PROP_CHANNEL_MASK, 0x03FE);
|
||||
|
||||
memset(_channel, 0, sizeof(_channel));
|
||||
memset(_channelVolume, 255, sizeof(_channelVolume));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue