[Scummvm-cvs-logs] SF.net SVN: scummvm:[43154] scummvm/branches/branch-1-0-0/engines/cruise/ staticres.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sun Aug 9 03:43:59 CEST 2009


Revision: 43154
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43154&view=rev
Author:   dreammaster
Date:     2009-08-09 01:43:58 +0000 (Sun, 09 Aug 2009)

Log Message:
-----------
Slight adjustment to Spanish font lookup table, based on mac_es's description of character lookup problems

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/cruise/staticres.cpp

Modified: scummvm/branches/branch-1-0-0/engines/cruise/staticres.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/cruise/staticres.cpp	2009-08-09 01:21:56 UTC (rev 43153)
+++ scummvm/branches/branch-1-0-0/engines/cruise/staticres.cpp	2009-08-09 01:43:58 UTC (rev 43154)
@@ -182,7 +182,7 @@
 	-1, -1, -1,
 	0x72, 0x80
 	-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-	-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+	-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
 	0x7f, 0x79, 0x7b, 0x81, 0x82, 0x83,
 	-1, -1,
 	0x7d,
@@ -218,7 +218,7 @@
 	0x67,
 	-1,
 	0x68,
-	-1, -1, -1, -1
+	-1, -1, -1
 };
 
 //


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