This commit is contained in:
Alexander Schneider 2025-10-27 14:47:44 +01:00
parent 872684c909
commit 1d952bf2e3
2 changed files with 4 additions and 4 deletions

View File

@ -46,8 +46,8 @@ int main(int argc, char *argv[])
printf("Alle %u Wörter wurden erfolgreich platziert!\n\n", wordCount); printf("Alle %u Wörter wurden erfolgreich platziert!\n\n", wordCount);
// Spiel starten // Spiel starten
//showWordSalad(wordSalad, SALAD_SIZE);
startGame(wordSalad, SALAD_SIZE, words, wordCount, ); startGame(wordSalad, SALAD_SIZE, words, wordCount, 800);
} }
else else