aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2009-08-09 01:45:39 +0000
committerPaul Gilbert2009-08-09 01:45:39 +0000
commit6046b8f1348a9a50ca09a257b5781a8ca2970d2d (patch)
treef8ee4461684d6a889ba67a894110a44573eb2dbe
parent82692b117c5c18a32c7f2eb402340adee3ac3f7a (diff)
downloadscummvm-rg350-6046b8f1348a9a50ca09a257b5781a8ca2970d2d.tar.gz
scummvm-rg350-6046b8f1348a9a50ca09a257b5781a8ca2970d2d.tar.bz2
scummvm-rg350-6046b8f1348a9a50ca09a257b5781a8ca2970d2d.zip
Slight adjustment to Spanish font lookup table, based on mac_es's description of character lookup problems
svn-id: r43155
-rw-r--r--engines/cruise/staticres.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cruise/staticres.cpp b/engines/cruise/staticres.cpp
index 595ac5a38b..fa77555314 100644
--- a/engines/cruise/staticres.cpp
+++ b/engines/cruise/staticres.cpp
@@ -182,7 +182,7 @@ int16 spanish_fontCharacterTable[256] = {
-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 @@ int16 spanish_fontCharacterTable[256] = {
0x67,
-1,
0x68,
- -1, -1, -1, -1
+ -1, -1, -1
};
//