[Scummvm-cvs-logs] SF.net SVN: scummvm:[44710] scummvm/trunk/engines/kyra/kyra_mr.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Tue Oct 6 19:28:32 CEST 2009


Revision: 44710
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44710&view=rev
Author:   athrxx
Date:     2009-10-06 17:28:32 +0000 (Tue, 06 Oct 2009)

Log Message:
-----------
Kyra: fix kyra 3 font

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_mr.cpp

Modified: scummvm/trunk/engines/kyra/kyra_mr.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_mr.cpp	2009-10-06 17:22:40 UTC (rev 44709)
+++ scummvm/trunk/engines/kyra/kyra_mr.cpp	2009-10-06 17:28:32 UTC (rev 44710)
@@ -226,7 +226,7 @@
 	_screen->loadFont(Screen::FID_6_FNT, "6.FNT");
 	_screen->loadFont(Screen::FID_8_FNT, "8FAT.FNT");
 	_screen->loadFont(Screen::FID_BOOKFONT_FNT, "BOOKFONT.FNT");
-	_screen->setFont(Screen::FID_6_FNT);
+	_screen->setFont(Screen::FID_8_FNT);
 	_screen->setAnimBlockPtr(3500);
 	_screen->setScreenDim(0);
 
@@ -557,7 +557,7 @@
 	_interface = new uint8[17920];
 	_interfaceCommandLine = new uint8[3840];
 
-	_screen->setFont(Screen::FID_6_FNT);
+	_screen->setFont(Screen::FID_8_FNT);
 
 	_stringBuffer = new char[500];
 	musicUpdate(0);


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