From d86bec542c37bef630ab05fb03345cb02d546e7f Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Thu, 11 Jun 2015 12:32:26 +0200 Subject: SHERLOCK: font class: skip for 3DO --- engines/sherlock/screen.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sherlock/screen.cpp') diff --git a/engines/sherlock/screen.cpp b/engines/sherlock/screen.cpp index d16296f690..6463bac334 100644 --- a/engines/sherlock/screen.cpp +++ b/engines/sherlock/screen.cpp @@ -39,7 +39,8 @@ Screen::Screen(SherlockEngine *vm) : Surface(g_system->getWidth(), g_system->get Common::fill(&_tMap[0], &_tMap[PALETTE_SIZE], 0); // Set up the initial font - Fonts::init(); + Fonts::init(_vm->getPlatform()); + setFont(IS_SERRATED_SCALPEL ? 1 : 4); // Rose Tattoo specific fields -- cgit v1.2.3