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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Tue Dec 28 22:19:31 CET 2010


Revision: 55057
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55057&view=rev
Author:   strangerke
Date:     2010-12-28 21:19:31 +0000 (Tue, 28 Dec 2010)

Log Message:
-----------
TOON: Add mapping for upper '?\195?\167' and for plenking, both used in french version

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

Modified: scummvm/trunk/engines/toon/font.cpp
===================================================================
--- scummvm/trunk/engines/toon/font.cpp	2010-12-28 21:05:30 UTC (rev 55056)
+++ scummvm/trunk/engines/toon/font.cpp	2010-12-28 21:19:31 UTC (rev 55057)
@@ -43,8 +43,8 @@
 	 '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?', // 0x9x
 	 '?', 0x09,  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?', // 0xAx
 	 '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?', 0x0a, // 0xBx
-	 '?',  '?',  '?',  '?', 0x1d,  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?', // 0xCx
-	 '?', 0x0b,  '?',  '?',  '?',  '?', 0x1e,  '?',  '?',  '?',  '?',  '?', 0x1f,  '?',  '?', 0x19, // 0xDx
+	 '?',  '?',  '?',  '?', 0x1d,  '?',  '?', 0x02,  '?',  '?',  '?',  '?',  '?',  '?',  '?',  '?', // 0xCx
+	 '?', 0x0b,  '?',  '?',  '?',  '?', 0x1e,  '?',  '?',  '?',  '?', 0x20, 0x1f,  '?',  '?', 0x19, // 0xDx
 	0x0d, 0x04, 0x0e,  '?', 0x1a,  '?',  '?', 0x18, 0x10, 0x0f, 0x12, 0x11, 0x09, 0x05, 0x14, 0x13, // 0xEx
 	0x23, 0x08, 0x23, 0x06, 0x15, 0x23, 0x1b, 0x23, 0x23, 0x16, 0x07, 0x17, 0x1c, 0x23, 0x23, 0x23  // 0xFx
 };


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