summaryrefslogtreecommitdiff
path: root/textscreen
diff options
context:
space:
mode:
authorSimon Howard2012-12-23 01:43:41 +0000
committerSimon Howard2012-12-23 01:43:41 +0000
commit7b9cfe4a6145bf6d428cca5e4a7241f666c4a7d9 (patch)
tree0d66c7f7d49040096d624cdce7ef518b8835a028 /textscreen
parentda1e9064e98b4a4e82ae79c8ce3e61ee316f0ef6 (diff)
downloadchocolate-doom-7b9cfe4a6145bf6d428cca5e4a7241f666c4a7d9.tar.gz
chocolate-doom-7b9cfe4a6145bf6d428cca5e4a7241f666c4a7d9.tar.bz2
chocolate-doom-7b9cfe4a6145bf6d428cca5e4a7241f666c4a7d9.zip
Fix up weird looking '9' character in large font.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2549
Diffstat (limited to 'textscreen')
-rw-r--r--textscreen/txt_largefont.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/textscreen/txt_largefont.h b/textscreen/txt_largefont.h
index 874cd61d..961185c8 100644
--- a/textscreen/txt_largefont.h
+++ b/textscreen/txt_largefont.h
@@ -601,11 +601,11 @@ static uint8_t large_font_data[] =
// 57:
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x3f, 0xf0, 0x7f, 0xf8, 0xf0, 0x3c, 0xe0, 0x1c,
- 0xe0, 0x1c, 0xe0, 0x1c, 0xe0, 0x1c, 0xf0, 0x3c,
- 0x7f, 0xfc, 0x3f, 0xfc, 0x00, 0x1c, 0x00, 0x1c,
- 0x00, 0x1c, 0x00, 0x3c, 0x00, 0x38, 0x00, 0x78,
- 0x00, 0xf0, 0x03, 0xe0, 0x3f, 0xc0, 0x3f, 0x00,
+ 0x3f, 0xf0, 0x7f, 0xf8, 0xf0, 0x3c, 0xf0, 0x3c,
+ 0xf0, 0x3c, 0xf0, 0x3c, 0xf0, 0x3c, 0xf0, 0x3c,
+ 0x7f, 0xfc, 0x3f, 0xfc, 0x00, 0x3c, 0x00, 0x3c,
+ 0x00, 0x3c, 0x00, 0x3c, 0x00, 0x3c, 0x00, 0x3c,
+ 0x00, 0x78, 0x00, 0xf0, 0x3f, 0xe0, 0x3f, 0xc0,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,