Closed ktargosz closed 3 years ago
After playing a game, sometimes it will begin with a letter already selected. I believe this letter is saved from the previous round of guessing.
This was fixed by using a memset() for the structure initialization. This way the structure will be empty each time a new game is played.
After playing a game, sometimes it will begin with a letter already selected. I believe this letter is saved from the previous round of guessing.