diff options
| author | Travis Howell | 2003-04-02 09:42:12 +0000 | 
|---|---|---|
| committer | Travis Howell | 2003-04-02 09:42:12 +0000 | 
| commit | 9041b45fc9efdec549193316e7c57358a7800ab6 (patch) | |
| tree | a4e5bccbe3be0b1cae3d3e592e6dbe2acbc4c07a /simon/simon.cpp | |
| parent | 539272b3879720dde56f7abcf7a1f90e4f761479 (diff) | |
| download | scummvm-rg350-9041b45fc9efdec549193316e7c57358a7800ab6.tar.gz scummvm-rg350-9041b45fc9efdec549193316e7c57358a7800ab6.tar.bz2 scummvm-rg350-9041b45fc9efdec549193316e7c57358a7800ab6.zip | |
More Spanish font corrections, the . and , fonts were corrupt
svn-id: r6899
Diffstat (limited to 'simon/simon.cpp')
| -rw-r--r-- | simon/simon.cpp | 38 | 
1 files changed, 19 insertions, 19 deletions
| diff --git a/simon/simon.cpp b/simon/simon.cpp index ee3c7a797b..ce98832e1d 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -3668,21 +3668,21 @@ static const byte hebrew_video_font[] = {  static const byte spanish_video_font[] = {  	0, 0, 0, 0, 0, 0, 0, 0, -	0, 176, 32, 112, 112, 32, 32, 0, -	32, 0, 48, 48, 96, 0, 0, 0, -	0, 0, 80, 0, 112, 8, 120, 136, -	120, 0, 80, 0, 112, 136, 136, 136, -	112, 0, 80, 0, 144, 144, 144, 144,  -	104, 0, 0, 16, 40, 16, 42, 68,  -	58, 0, 48, 48, 96, 0, 0, 0,  -	0, 0, 0, 4, 8, 8, 8, 8,  -	4, 0, 0, 32, 16, 16, 16, 16,  -	32, 0, 0, 0, 20, 8, 62, 8,  -	20, 0, 96, 144, 144, 160, 144, 144,  -	160, 128, 0, 0, 0, 0, 0, 48,  -	48, 96, 0, 0, 0, 240, 100, 0,  -	178, 0, 9, 0, 176, 48, 48, 0,  -	32, 64, 0, 112, 248, 128, 112, 0,  +	32, 112, 112, 32, 32, 0, 32, 0, +	48, 48, 96, 0, 0, 0, 0, 0, +	80, 0, 112, 8, 120, 136, 120, 0, +	80, 0, 112, 136, 136, 136, 112, 0, +	80, 0, 144, 144, 144, 144, 104, 0, +	0, 16, 40, 16, 42, 68, 58, 0, +	48, 48, 96, 0, 0, 0, 0, 0, +	0, 4, 8, 8, 8, 8, 4, 0, +	0, 32, 16, 16, 16, 16, 32, 0, +	0, 0, 20, 8, 62, 8, 20, 0, +	96, 144, 144, 160, 144, 144, 160, 128, +	0, 0, 0, 0, 0, 48, 48, 96, +	0, 0, 0, 240, 0, 0, 0, 0, +	0, 0, 0, 0, 0, 48, 48, 0, +	32, 64, 0, 112, 248, 128, 112, 0,  	112, 136, 152, 168, 200, 136, 112, 0,  	32, 96, 32, 32, 32, 32, 112, 0,  	112, 136, 8, 48, 64, 136, 248, 0, @@ -3694,12 +3694,12 @@ static const byte spanish_video_font[] = {  	112, 136, 136, 112, 136, 136, 112, 0,  	112, 136, 136, 120, 8, 16, 96, 0,  	0, 0, 48, 48, 0, 48, 48, 0, -	32, 64, 0, 112, 8, 248, 120, 0,   +	32, 64, 0, 112, 8, 248, 120, 0,  	32, 64, 0, 192, 64, 64, 224, 0,  -	32, 64, 0, 112, 136, 136, 112, 0,   -	32, 64, 0, 144, 144, 144, 104, 0,  +	32, 64, 0, 112, 136, 136, 112, 0, +	32, 64, 0, 144, 144, 144, 104, 0,  	112, 136, 8, 16, 32, 0, 32, 0, -	80, 160, 0, 240, 136, 136, 136, 0,  +	80, 160, 0, 240, 136, 136, 136, 0,  	112, 136, 136, 248, 136, 136, 136, 0,  	240, 72, 72, 112, 72, 72, 240, 0,  	48, 72, 128, 128, 128, 72, 48, 0, | 
