- Now really use g_scummfont everywhere.

svn-id: r15933
This commit is contained in:
Jerome Fisher 2004-11-28 07:08:54 +00:00
parent 2a3b7efc3d
commit c5915d19d0

View File

@ -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();