From 086963fd239db247e36a35cac2c19b2ce62f138f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 7 Oct 2016 19:42:55 +0200 Subject: GRAPHICS: Search for font substitution for MacFonts --- engines/wage/world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/wage/world.cpp b/engines/wage/world.cpp index 100517b836..90d689720e 100644 --- a/engines/wage/world.cpp +++ b/engines/wage/world.cpp @@ -206,7 +206,7 @@ bool World::loadWorld(Common::MacResManager *resMan) { scene->_textBounds = readRect(res); int fontType = res->readUint16BE(); int fontSize = res->readUint16BE(); - scene->_font = new Graphics::MacFont(fontType, fontSize, Graphics::FontManager::kConsoleFont); + scene->_font = new Graphics::MacFont(fontType, fontSize, Graphics::kMacFontRegular, Graphics::FontManager::kConsoleFont); Common::String text; while (res->pos() < res->size()) { -- cgit v1.2.3