diff options
author | Travis Howell | 2003-10-21 05:48:32 +0000 |
---|---|---|
committer | Travis Howell | 2003-10-21 05:48:32 +0000 |
commit | 01c0bd5eb7d3776c939db78c9812897bb0b48957 (patch) | |
tree | 4d70a6f29929b5b931b05f6f9f9a1c406fc6690e /simon | |
parent | 58dffdb02742138d57f5288dd7b3ebdedd6d03b1 (diff) | |
download | scummvm-rg350-01c0bd5eb7d3776c939db78c9812897bb0b48957.tar.gz scummvm-rg350-01c0bd5eb7d3776c939db78c9812897bb0b48957.tar.bz2 scummvm-rg350-01c0bd5eb7d3776c939db78c9812897bb0b48957.zip |
Stop garbage been left behind with backspace key when entering save game name, in non-English versions.
svn-id: r10921
Diffstat (limited to 'simon')
-rw-r--r-- | simon/charset.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/simon/charset.cpp b/simon/charset.cpp index a9cc31cb3f..bdebc8947b 100644 --- a/simon/charset.cpp +++ b/simon/charset.cpp @@ -382,8 +382,8 @@ static const byte french_video_font[] = { 0, 8, 8, 8, 8, 8, 8, 0, 0, 112, 16, 12, 16, 16, 112, 0, 0, 0, 0, 0, 0, 0, 248, 0, - 139, 2, 178, 252, 8, 0, 176, 240, - 8, 0, 176, 0, 15, 0, 176, 255, + 252, 252, 252, 252, 252, 252, 252, 252, + 240, 240, 240, 240, 240, 240, 240, 240, }; static const byte german_video_font[] = { @@ -483,8 +483,8 @@ static const byte german_video_font[] = { 0, 8, 8, 8, 8, 8, 8, 0, 0, 112, 16, 12, 16, 16, 112, 0, 0, 0, 0, 0, 0, 0, 248, 0, - 139, 2, 178, 252, 8, 0, 176, 240, - 8, 0, 176, 0, 16, 0, 176, 255, + 252, 252, 252, 252, 252, 252, 252, 252, + 240, 240, 240, 240, 240, 240, 240, 240, }; static const byte hebrew_video_font[] = { @@ -584,8 +584,8 @@ static const byte hebrew_video_font[] = { 0, 8, 8, 8, 8, 8, 8, 0, 0, 112, 16, 12, 16, 16, 112, 0, 0, 0, 0, 0, 0, 0, 248, 0, - 139, 2, 178, 252, 8, 0, 176, 240, - 8, 0, 176, 32, 33, 34, 35, 36, + 252, 252, 252, 252, 252, 252, 252, 252, + 240, 240, 240, 240, 240, 240, 240, 240, }; static const byte italian_video_font[] = { @@ -685,8 +685,8 @@ static const byte italian_video_font[] = { 0, 8, 8, 8, 8, 8, 8, 0, 0, 112, 16, 12, 16, 16, 112, 0, 0, 0, 0, 0, 0, 0, 248, 0, - 139, 2, 178, 252, 8, 0, 176, 240, - 8, 0, 176, 0, 16, 0, 176, 255, + 252, 252, 252, 252, 252, 252, 252, 252, + 240, 240, 240, 240, 240, 240, 240, 240, }; static const byte spanish_video_font[] = { @@ -786,8 +786,8 @@ static const byte spanish_video_font[] = { 0, 8, 8, 8, 8, 8, 8, 0, 0, 112, 16, 12, 16, 16, 112, 0, 0, 0, 0, 0, 0, 0, 248, 0, - 139, 2, 178, 252, 8, 0, 176, 240, - 8, 0, 176, 0, 16, 0, 176, 255, + 252, 252, 252, 252, 252, 252, 252, 252, + 240, 240, 240, 240, 240, 240, 240, 240, }; static const byte video_font[] = { |