[Scummvm-cvs-logs] SF.net SVN: scummvm:[52719] scummvm/trunk/engines/agi/sound_midi.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Tue Sep 14 02:47:27 CEST 2010


Revision: 52719
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52719&view=rev
Author:   Kirben
Date:     2010-09-14 00:47:26 +0000 (Tue, 14 Sep 2010)

Log Message:
-----------
AGI: Fix compilation.

Modified Paths:
--------------
    scummvm/trunk/engines/agi/sound_midi.cpp

Modified: scummvm/trunk/engines/agi/sound_midi.cpp
===================================================================
--- scummvm/trunk/engines/agi/sound_midi.cpp	2010-09-14 00:44:41 UTC (rev 52718)
+++ scummvm/trunk/engines/agi/sound_midi.cpp	2010-09-14 00:47:26 UTC (rev 52719)
@@ -75,7 +75,7 @@
 	_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));


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list