generated from freudenreichan/info2Praktikum-Wortsalat
changes to game.c
This commit is contained in:
parent
cbf834ab76
commit
ff8384e9ee
@ -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]);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user