ajout pendu.c
This commit is contained in:
parent
fd3ce46201
commit
6338aa6815
2
pendu.c
2
pendu.c
@ -76,7 +76,7 @@ char* difficult(int word_length) {
|
|||||||
printf("Erreur lors de la fusion finale des mots\n");
|
printf("Erreur lors de la fusion finale des mots\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sélectionner un mot aléatoire
|
// Sélectionner un mot aléatoire
|
||||||
char* chosen_word = final_words[rand() % (size1 + size2)];
|
char* chosen_word = final_words[rand() % (size1 + size2)];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user