fix minor bug

This commit is contained in:
bePrivate
2023-10-29 00:04:10 +02:00
parent a98f2e0059
commit a2af635332
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ int search_word(char word[], char target) {
evaluate the loss
*/
void eval_lose() {
if (turns >= 6 && win == 0) {
if (turns >= 5 && win == 0) {
lose = 1;
}
}