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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Thu Jul 31 13:29:38 CEST 2008


Revision: 33467
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33467&view=rev
Author:   peres001
Date:     2008-07-31 11:29:37 +0000 (Thu, 31 Jul 2008)

Log Message:
-----------
Set correct font for dialogues in BRA Amiga.

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

Modified: scummvm/trunk/engines/parallaction/font.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/font.cpp	2008-07-31 11:16:48 UTC (rev 33466)
+++ scummvm/trunk/engines/parallaction/font.cpp	2008-07-31 11:29:37 UTC (rev 33467)
@@ -698,7 +698,7 @@
 		// fonts/vanya/16
 
 		_menuFont = _disk->loadFont("natasha");
-		_dialogueFont = _disk->loadFont("sonya");
+		_dialogueFont = _disk->loadFont("vanya");
 		Common::MemoryReadStream stream(_amigaTopazFont, 2600, false);
 		_labelFont = new AmigaFont(stream);
 	}


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