mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 10:51:11 +00:00
DIRECTOR: Fixed quirk for mcluhan-win
This commit is contained in:
parent
0e38160996
commit
9a353d71b6
@ -91,7 +91,7 @@ static void quirkLzone() {
|
||||
|
||||
static void quirkMcLuhan() {
|
||||
// TODO. Read fonts from MCLUHAN/SYSTEM directory
|
||||
g_director->_extraSearchPath.push_back("mcluhan");
|
||||
g_director->_extraSearchPath.push_back("mcluhan\\");
|
||||
Graphics::MacFontManager *fontMan = g_director->_wm->_fontMan;
|
||||
fontMan->loadWindowsFont("MCLUHAN/SYSTEM/MCBOLD13.FON");
|
||||
fontMan->loadWindowsFont("MCLUHAN/SYSTEM/MCLURG__.FON");
|
||||
|
Loading…
Reference in New Issue
Block a user