Skip to content

Commit b470b40

Browse files
committed
Changes applied to 6 of starwar
1 parent e9b0d8a commit b470b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fonts/starwar/starwar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ class Starwar : public Fonts
737737

738738
char **six()
739739
{
740-
char **character = getCharGrid();
740+
char **character = getCharGrid(6,7);
741741

742742
//Enter the character grid in ROWS X COLS
743743
character[0][3] = character[0][4] = character[2][4] = character[3][3] = character[4][3] = character[5][2] = character[5][3] = character[5][4] = '_';

0 commit comments

Comments
 (0)