diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/softsynth/mt32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/mt32.cpp b/sound/softsynth/mt32.cpp index 54366a4300..09e7e48151 100644 --- a/sound/softsynth/mt32.cpp +++ b/sound/softsynth/mt32.cpp @@ -320,7 +320,7 @@ int MidiDriver_MT32::open() { 171, 0, 0, 0 // fill }; - g_system->setPalette(dummy_palette, 0, 3); + g_system->getPaletteManager()->setPalette(dummy_palette, 0, 3); } _initialising = true; |