diff options
| -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[] = { |
