AGI: Fix compilation.

svn-id: r52719
This commit is contained in:
Travis Howell 2010-09-14 00:47:26 +00:00
parent efc13c42b2
commit f7fa335a1b

View file

@ -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));