[Scummvm-cvs-logs] SF.net SVN: scummvm:[34166] scummvm/branches/branch-0-12-0/engines/touche/ staticres.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Aug 25 20:13:08 CEST 2008


Revision: 34166
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34166&view=rev
Author:   sev
Date:     2008-08-25 18:13:04 +0000 (Mon, 25 Aug 2008)

Log Message:
-----------
(backport) fix for bug #2040311: TOUCHE: Missing characters in the spanish version

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/engines/touche/staticres.cpp

Modified: scummvm/branches/branch-0-12-0/engines/touche/staticres.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/touche/staticres.cpp	2008-08-25 17:45:11 UTC (rev 34165)
+++ scummvm/branches/branch-0-12-0/engines/touche/staticres.cpp	2008-08-25 18:13:04 UTC (rev 34166)
@@ -889,6 +889,7 @@
 	0xC0, 0x00, 0x00,
 };
 
+// spanish charset differs from original executable, see tracker item #2040311.
 const uint16 Graphics::_spaFontOffs[] = {
 	0x0000, 0x0007, 0x0024, 0x0043, 0x0072, 0x00AD, 0x00E0, 0x0113, 0x0124, 0x0141,
 	0x015E, 0x0191, 0x01C4, 0x01E3, 0x01F8, 0x0215, 0x0232, 0x0269, 0x0286, 0x02BD,
@@ -904,11 +905,11 @@
 	0x1462, 0x1499, 0x14A4, 0x14DB, 0x1512, 0x1549, 0x1580, 0x15B7, 0x15EE, 0x1625,
 	0x165C, 0x1667, 0x169E, 0x16D5, 0x16E0, 0x16EB, 0x1722, 0x172D, 0x1738, 0x176F,
 	0x178C, 0x17C3, 0x17FA, 0x1831, 0x1868, 0x1873, 0x187E, 0x18B5, 0x18C0, 0x18CB,
-	0x18D6, 0x18E1, 0x18FE, 0x1929, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+	0x18D6, 0x18E1, 0x18FE, 0x1929, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x054B,
 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
-	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+	0x0000, 0x0000, 0x0703, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
 	0x0000, 0x0000, 0x0000, 0x1954
 };
 


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