[Scummvm-cvs-logs] SF.net SVN: scummvm:[46319] scummvm/trunk/sound/softsynth/fluidsynth.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Wed Dec 9 21:11:02 CET 2009
Revision: 46319
http://scummvm.svn.sourceforge.net/scummvm/?rev=46319&view=rev
Author: lordhoto
Date: 2009-12-09 20:11:02 +0000 (Wed, 09 Dec 2009)
Log Message:
-----------
Typo...
Modified Paths:
--------------
scummvm/trunk/sound/softsynth/fluidsynth.cpp
Modified: scummvm/trunk/sound/softsynth/fluidsynth.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/fluidsynth.cpp 2009-12-09 20:08:57 UTC (rev 46318)
+++ scummvm/trunk/sound/softsynth/fluidsynth.cpp 2009-12-09 20:11:02 UTC (rev 46319)
@@ -240,7 +240,7 @@
}
Common::Error FluidSynthMusicPlugin::createInstance(MidiDriver **mididriver) const {
- *mididriver = new MidiDriver_FluidSynth(_system->getMixer());
+ *mididriver = new MidiDriver_FluidSynth(g_system->getMixer());
return Common::kNoError;
}
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