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