summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--banner.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/banner.c b/banner.c
index 4514791..396bf01 100644
--- a/banner.c
+++ b/banner.c
@@ -181,14 +181,14 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" P ",
" " },
- ['Q'] = { " ",
- " ",
- " qqqq ",
- " q q ",
- " q q ",
- " qqqqq ",
- " q ",
- " q " },
+ ['Q'] = { " QQQQ ",
+ " Q Q ",
+ " Q Q ",
+ " Q Q ",
+ " Q Q Q ",
+ " Q Q ",
+ " QQQ Q ",
+ " " },
['R'] = { " ",
" ",