From 78b095bc81a19069933673a3274ce7c477b4f988 Mon Sep 17 00:00:00 2001 From: manusmac Date: Tue, 4 Nov 2025 15:19:57 +0100 Subject: [PATCH] test --- Start_Mac/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Mac/main.c b/Start_Mac/main.c index 62911d7..20c4986 100644 --- a/Start_Mac/main.c +++ b/Start_Mac/main.c @@ -42,7 +42,7 @@ int main(int argc, char *argv[]) if(placedWords == wordCount) { // Start the game if successful - startGame(wordSalad,SALAD_SIZE,words,wordCount,600); + startGame(wordSalad,SALAD_SIZE,words,wordCount,500); // welche Variable wird für windowWidth gewählt? } else