File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -622,8 +622,8 @@ class Banner : public Fonts
622
622
623
623
// Enter the character grid in ROWS X COLS
624
624
character[0 ][1 ]=character[0 ][2 ]=character[0 ][3 ]=character[0 ][4 ]=character[0 ][5 ]=character[1 ][0 ]=character[1 ][6 ]=' #' ;
625
- character[2 ][6 ]=character[3 ][1 ]=character[3 ][2 ]=character[3 ][3 ]=character[3 ][4 ]=character[3 ][5 ]=character[4 ][6 ]=' #' ;
626
- character[5 ][0 ]=character[6 ][1 ]=character[5 ][6 ]=character[6 ][2 ]=character[6 ][3 ]=character[6 ][4 ]=character[6 ][5 ]=' #' ;
625
+ character[2 ][6 ]=character[3 ][1 ]=character[3 ][2 ]=character[3 ][3 ]=character[3 ][4 ]=character[3 ][5 ]=character[4 ][6 ]=' #' ;
626
+ character[5 ][0 ]=character[6 ][1 ]=character[5 ][6 ]=character[6 ][2 ]=character[6 ][3 ]=character[6 ][4 ]=character[6 ][5 ]=' #' ;
627
627
628
628
629
629
return character;
You can’t perform that action at this time.
0 commit comments