foxygit / doom Log in
commit 7b9cfe4a6145bf6d428cca5e4a7241f666c4a7d9
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Dec 23 01:43:41 2012 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sun Dec 23 01:43:41 2012 +0000

    Fix up weird looking '9' character in large font.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 2549
---
 textscreen/txt_largefont.h | 10 +++++-----
 1 file 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,