aboutsummaryrefslogtreecommitdiff
path: root/engines/touche
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2012-09-25 19:36:47 +0200
committerWillem Jan Palenstijn2012-09-25 19:39:10 +0200
commitc18cacc248c062ae3ef3697a516ce135deb4ad14 (patch)
tree9ed6626d5a1308518ecf86c0447ce9bbc71d7823 /engines/touche
parent050a02c6f85ffec8099acaf21cd7a3cf90cefff3 (diff)
downloadscummvm-rg350-c18cacc248c062ae3ef3697a516ce135deb4ad14.tar.gz
scummvm-rg350-c18cacc248c062ae3ef3697a516ce135deb4ad14.tar.bz2
scummvm-rg350-c18cacc248c062ae3ef3697a516ce135deb4ad14.zip
TOUCHE: Add more font entries to French Touche
The nbsp at position 255 (assuming CP863) was missing (bug #3571138).
Diffstat (limited to 'engines/touche')
-rw-r--r--engines/touche/staticres.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/touche/staticres.cpp b/engines/touche/staticres.cpp
index c18a947358..23b76558e4 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);