From b75d196e889497edc55f39feecf64da27eae1c4e Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Fri, 4 Jan 2008 21:26:53 +0000 Subject: In revision 30221, the correct font wasn't selected in the character selection screen. Always ask things twice. svn-id: r30222 --- engines/parallaction/gui_ns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/parallaction/gui_ns.cpp b/engines/parallaction/gui_ns.cpp index 8271dddfb4..aa45693886 100644 --- a/engines/parallaction/gui_ns.cpp +++ b/engines/parallaction/gui_ns.cpp @@ -377,7 +377,7 @@ int Parallaction_ns::guiSelectCharacter() { setArrowCursor(); _soundMan->stopMusic(); - _gfx->setFont(_menuFont); + _gfx->setFont(_introFont); _gfx->setFontShadow(true); _disk->selectArchive((getFeatures() & GF_LANG_MULT) ? "disk1" : "disk0"); -- cgit v1.2.3