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
1 parent 9f89f88 commit 4967e06Copy full SHA for 4967e06
src/play/utilities.c
@@ -40,7 +40,7 @@ void isPlayerReady() {
40
scanf("%c", &letter);
41
puts("");
42
43
- } while (letter != 'Y');
+ } while (letter != 'y' && letter != 'Y');
44
}
45
46
void playGame(Player* player) {
0 commit comments