[Scummvm-cvs-logs] scummvm master -> c18cacc248c062ae3ef3697a516ce135deb4ad14

wjp wjp at usecode.org
Tue Sep 25 19:43:28 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c18cacc248 TOUCHE: Add more font entries to French Touche


Commit: c18cacc248c062ae3ef3697a516ce135deb4ad14
    https://github.com/scummvm/scummvm/commit/c18cacc248c062ae3ef3697a516ce135deb4ad14
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2012-09-25T10:39:10-07:00

Commit Message:
TOUCHE: Add more font entries to French Touche

The nbsp at position 255 (assuming CP863) was missing (bug #3571138).

Changed paths:
    engines/touche/staticres.cpp



diff --git a/engines/touche/staticres.cpp b/engines/touche/staticres.cpp
index c18a947..23b7655 100644
--- a/engines/touche/staticres.cpp
+++ b/engines/touche/staticres.cpp
@@ -471,7 +471,10 @@ const uint16 Graphics::_freGerFontOffs[] = {
 	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, 0x1920
+	0x0000, 0x0000, 0x0000, 0x1920, 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
 };
 
 const int Graphics::_freGerFontSize = ARRAYSIZE(Graphics::_freGerFontOffs);






More information about the Scummvm-git-logs mailing list