From 7449091202506956bf678bf6b1641106028cb01b Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sun, 11 Oct 2009 20:09:35 +0000 Subject: KYRA: fix sjis dialgue text display svn-id: r44943 --- engines/kyra/gui_lok.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/kyra/gui_lok.cpp') diff --git a/engines/kyra/gui_lok.cpp b/engines/kyra/gui_lok.cpp index a7646fcd96..c0977225ba 100644 --- a/engines/kyra/gui_lok.cpp +++ b/engines/kyra/gui_lok.cpp @@ -682,7 +682,6 @@ int GUI_LoK::loadGameMenu(Button *button) { } void GUI_LoK::redrawTextfield() { - Screen::FontId of = _screen->setFont(Screen::FID_8_FNT); _screen->fillRect(38, 91, 287, 102, _vm->gameFlags().platform == Common::kPlatformAmiga ? 18 : 250); _text->printText(_savegameName, 38, 92, 253, 0, 0); @@ -692,7 +691,6 @@ void GUI_LoK::redrawTextfield() { _screen->_charWidth = 0; _screen->updateScreen(); - _screen->setFont(of); } void GUI_LoK::updateSavegameString() { -- cgit v1.2.3