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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Mon Mar 23 10:16:29 CET 2009


Revision: 39628
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39628&view=rev
Author:   Kirben
Date:     2009-03-23 09:16:26 +0000 (Mon, 23 Mar 2009)

Log Message:
-----------
Correct the fonts used by Amiga version of BRA.

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

Modified: scummvm/trunk/engines/parallaction/font.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/font.cpp	2009-03-23 08:49:05 UTC (rev 39627)
+++ scummvm/trunk/engines/parallaction/font.cpp	2009-03-23 09:16:26 UTC (rev 39628)
@@ -697,8 +697,8 @@
 		// fonts/sonya/18
 		// fonts/vanya/16
 
-		_menuFont = _disk->loadFont("natasha");
-		_dialogueFont = _disk->loadFont("vanya");
+		_menuFont = _disk->loadFont("sonya");
+		_dialogueFont = _disk->loadFont("natasha");
 		Common::MemoryReadStream stream(_amigaTopazFont, 2600, false);
 		_labelFont = new AmigaFont(stream);
 	}

Modified: scummvm/trunk/engines/parallaction/gui_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/gui_br.cpp	2009-03-23 08:49:05 UTC (rev 39627)
+++ scummvm/trunk/engines/parallaction/gui_br.cpp	2009-03-23 09:16:26 UTC (rev 39628)
@@ -104,7 +104,7 @@
 	#define MENUITEMS_X			250
 	#define MENUITEMS_Y			200
 
-	#define MENUITEM_WIDTH		190
+	#define MENUITEM_WIDTH		200
 	#define MENUITEM_HEIGHT		18
 
 	Frames* renderMenuItem(const char *text) {


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