aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parser_ns.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2008-01-09 21:54:58 +0000
committerNicola Mettifogo2008-01-09 21:54:58 +0000
commit605c9d0fd61a14a6f479c6e1177fa10844f6feff (patch)
treeda38a5d61ae4ba3cfe56627be3a1de746f486213 /engines/parallaction/parser_ns.cpp
parentbdf440fdaebf74e07ff6889c15b11ab61a8c7e59 (diff)
downloadscummvm-rg350-605c9d0fd61a14a6f479c6e1177fa10844f6feff.tar.gz
scummvm-rg350-605c9d0fd61a14a6f479c6e1177fa10844f6feff.tar.bz2
scummvm-rg350-605c9d0fd61a14a6f479c6e1177fa10844f6feff.zip
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
Diffstat (limited to 'engines/parallaction/parser_ns.cpp')
-rw-r--r--engines/parallaction/parser_ns.cpp1
1 files changed, 0 insertions, 1 deletions
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;