From 4c942758c073ac007f8eefc819bcf7e2ac58557c Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 7 Jan 2017 10:47:17 -0600 Subject: SCI32: Use built-in system font as default font for GfxText32 Fixes the non-interactive Lighthouse demo. --- engines/sci/graphics/text32.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'engines/sci/graphics/text32.h') diff --git a/engines/sci/graphics/text32.h b/engines/sci/graphics/text32.h index c4521a4f56..722af34339 100644 --- a/engines/sci/graphics/text32.h +++ b/engines/sci/graphics/text32.h @@ -56,14 +56,6 @@ private: SegManager *_segMan; GfxCache *_cache; - /** - * The resource ID of the default font used by the game. - * - * @todo Check all SCI32 games to learn what their - * default font is. - */ - static int16 _defaultFontId; - /** * The width and height of the currently active text * bitmap, in text-system coordinates. -- cgit v1.2.3