mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
- Now really use g_scummfont everywhere.
svn-id: r15933
This commit is contained in:
parent
2a3b7efc3d
commit
c5915d19d0
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user