From 605c9d0fd61a14a6f479c6e1177fa10844f6feff Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 9 Jan 2008 21:54:58 +0000 Subject: Turned Gfx::setFont into a protected member, since now Gfx can automatically detect which font to use. Gfx still needs setFont internally to select fonts. The font shadowing introduced in revision 30221 has been removed as well, since the new approach handles it better. svn-id: r30361 --- engines/parallaction/parser_ns.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/parallaction/parser_ns.cpp') diff --git a/engines/parallaction/parser_ns.cpp b/engines/parallaction/parser_ns.cpp index fef9cf803c..b593cc23bf 100644 --- a/engines/parallaction/parser_ns.cpp +++ b/engines/parallaction/parser_ns.cpp @@ -973,7 +973,6 @@ void Parallaction_ns::parseLocation(const char *filename) { // TODO: the following two lines are specific to Nippon Safes // and should be moved into something like 'initializeParsing()' - _gfx->setFont(_labelFont); _hasLocationSound = false; _locParseCtxt.end = false; -- cgit v1.2.3