diff --git a/.DS_Store b/.DS_Store index a1e3814..3305656 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/I2_Wortsalat/Start_Windows/main.c b/I2_Wortsalat/Start_Windows/main.c index 7385192..5321e79 100644 --- a/I2_Wortsalat/Start_Windows/main.c +++ b/I2_Wortsalat/Start_Windows/main.c @@ -40,7 +40,7 @@ int main(int argc, char *argv[]) if(placedWords == wordCount) { printf("Eingabe war erfolgreich!\nDas Spiel beginnt:"); - startGame(wordSalad, SALAD_SIZE, words, wordCount, SALAD_SIZE); + startGame(wordSalad, SALAD_SIZE, words, wordCount, 800); } else {