aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorNicola Mettifogo2008-01-04 21:26:53 +0000
committerNicola Mettifogo2008-01-04 21:26:53 +0000
commitb75d196e889497edc55f39feecf64da27eae1c4e (patch)
treed971aac683186341f4dff431a9f5bb232e917cb2 /engines
parent3e04d8b2154b59acc6075055c2ea085795826531 (diff)
downloadscummvm-rg350-b75d196e889497edc55f39feecf64da27eae1c4e.tar.gz
scummvm-rg350-b75d196e889497edc55f39feecf64da27eae1c4e.tar.bz2
scummvm-rg350-b75d196e889497edc55f39feecf64da27eae1c4e.zip
In revision 30221, the correct font wasn't selected in the character selection screen. Always ask things twice.
svn-id: r30222
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/gui_ns.cpp2
1 files changed, 1 insertions, 1 deletions
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");