From 351763da2b1f5c25932092c6232808b259351832 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 27 Oct 2025 14:05:03 +0100 Subject: [PATCH] windows ordner aktualisiert --- .DS_Store | Bin 10244 -> 10244 bytes I2_Wortsalat/Start_Windows/main.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index a1e38142b73971eaf0afa13fe81939b4617b333a..33056565cadbf72ad57c7bb698ade99e760a26ad 100644 GIT binary patch delta 16 XcmZn(XbIR*BsBSc 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 {