diff options
Diffstat (limited to 'backends/midi/mt32.cpp')
-rw-r--r-- | backends/midi/mt32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/mt32.cpp b/backends/midi/mt32.cpp index 799da75157..1761739ee1 100644 --- a/backends/midi/mt32.cpp +++ b/backends/midi/mt32.cpp @@ -145,7 +145,7 @@ static void drawProgress(float progress) { } static void drawMessage(int offset, const Common::String &text) { - const Graphics::Font &font(Graphics::g_sysfont); + const Graphics::Font &font(Graphics::g_scummfont); Graphics::Surface surf; uint32 color = 0x2; surf.w = g_system->getWidth(); |