windows ordner aktualisiert

This commit is contained in:
Jonas Urban 2025-10-27 14:05:03 +01:00
parent bab68bb04b
commit 351763da2b
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -40,7 +40,7 @@ int main(int argc, char *argv[])
if(placedWords == wordCount) if(placedWords == wordCount)
{ {
printf("Eingabe war erfolgreich!\nDas Spiel beginnt:"); printf("Eingabe war erfolgreich!\nDas Spiel beginnt:");
startGame(wordSalad, SALAD_SIZE, words, wordCount, SALAD_SIZE); startGame(wordSalad, SALAD_SIZE, words, wordCount, 800);
} }
else else
{ {