We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
y
2 parents 4b76dac + 6f90172 commit a3857afCopy full SHA for a3857af
src/play/utilities.c
@@ -49,7 +49,7 @@ void isPlayerReady() {
49
scanf("%c", &letter);
50
puts("");
51
52
- } while (letter != 'Y');
+ } while (letter != 'y' && letter != 'Y');
53
}
54
55
void playGame(Player* player) {
0 commit comments