[Scummvm-cvs-logs] SF.net SVN: scummvm: [30222] scummvm/trunk/engines/parallaction/gui_ns.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Fri Jan 4 22:26:53 CET 2008


Revision: 30222
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30222&view=rev
Author:   peres001
Date:     2008-01-04 13:26:53 -0800 (Fri, 04 Jan 2008)

Log Message:
-----------
In revision 30221, the correct font wasn't selected in the character selection screen. Always ask things twice.

Revision Links:
--------------
    http://scummvm.svn.sourceforge.net/scummvm/?rev=30221&view=rev

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/gui_ns.cpp

Modified: scummvm/trunk/engines/parallaction/gui_ns.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/gui_ns.cpp	2008-01-04 21:24:51 UTC (rev 30221)
+++ scummvm/trunk/engines/parallaction/gui_ns.cpp	2008-01-04 21:26:53 UTC (rev 30222)
@@ -377,7 +377,7 @@
 	setArrowCursor();
 	_soundMan->stopMusic();
 
-	_gfx->setFont(_menuFont);
+	_gfx->setFont(_introFont);
 	_gfx->setFontShadow(true);
 
 	_disk->selectArchive((getFeatures() & GF_LANG_MULT) ? "disk1" : "disk0");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list