From ab039812e7d0a0202317c61a2cb64874e4d0c410 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 7 Feb 2011 17:52:38 +0000 Subject: COMMON: OSystem now has a PaletteManager svn-id: r55806 --- sound/softsynth/mt32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/softsynth/mt32.cpp') 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; -- cgit v1.2.3