[Scummvm-cvs-logs] SF.net SVN: scummvm: [31697] scummvm/trunk/engines/made/made.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Apr 24 19:50:16 CEST 2008


Revision: 31697
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31697&view=rev
Author:   eriktorbjorn
Date:     2008-04-24 10:50:15 -0700 (Thu, 24 Apr 2008)

Log Message:
-----------
Fixed warning.

Modified Paths:
--------------
    scummvm/trunk/engines/made/made.cpp

Modified: scummvm/trunk/engines/made/made.cpp
===================================================================
--- scummvm/trunk/engines/made/made.cpp	2008-04-24 17:32:24 UTC (rev 31696)
+++ scummvm/trunk/engines/made/made.cpp	2008-04-24 17:50:15 UTC (rev 31697)
@@ -91,7 +91,7 @@
 
 	int midiDriver = MidiDriver::detectMusicDriver(MDT_MIDI | MDT_ADLIB | MDT_PREFER_MIDI);
 	bool native_mt32 = ((midiDriver == MD_MT32) || ConfMan.getBool("native_mt32"));
-	bool adlib = (midiDriver == MD_ADLIB);
+	//bool adlib = (midiDriver == MD_ADLIB);
 
 	MidiDriver *driver = MidiDriver::createMidi(midiDriver);
 	if (native_mt32)


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