Skip to content

Commit

Permalink
asdsadas
Browse files Browse the repository at this point in the history
  • Loading branch information
bittboy committed Sep 29, 2019
1 parent 449b2aa commit 51d416b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simplemenu/src/logic/screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ void showLetter() {
if(isdigit(letter[0])) {
letter[0]='#';
}

drawCurrentLetter(letter, textColor);
free(currentGame);
}
Expand Down

0 comments on commit 51d416b

Please sign in to comment.