changes to game.c

This commit is contained in:
Alexei Keller 2025-11-10 14:54:06 +01:00
parent cbf834ab76
commit ff8384e9ee

View File

@ -26,7 +26,8 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi
salad[i][j] = '.'; //Füllen des gesamten Arrays mit Nullen
}
}
for (int i=0; i < wordCount; i++) {
for (int i=0; i < wordCount; i++)
{
wordLength = strlen(words[i]);