From 7b9cfe4a6145bf6d428cca5e4a7241f666c4a7d9 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 23 Dec 2012 01:43:41 +0000 Subject: 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(-) (limited to 'textscreen/txt_largefont.h') 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, -- cgit v1.2.3