diff options
Diffstat (limited to 'sound/softsynth')
-rw-r--r-- | sound/softsynth/fluidsynth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/fluidsynth.cpp b/sound/softsynth/fluidsynth.cpp index 4cc54b8a6b..3b008672bf 100644 --- a/sound/softsynth/fluidsynth.cpp +++ b/sound/softsynth/fluidsynth.cpp @@ -240,7 +240,7 @@ MusicDevices FluidSynthMusicPlugin::getDevices() const { } Common::Error FluidSynthMusicPlugin::createInstance(MidiDriver **mididriver) const { - *mididriver = new MidiDriver_FluidSynth(_system->getMixer()); + *mididriver = new MidiDriver_FluidSynth(g_system->getMixer()); return Common::kNoError; } |