This commit is contained in:
Manuel Nitsche 2025-11-04 15:19:57 +01:00
parent 3e8ec55a39
commit 78b095bc81

View File

@ -42,7 +42,7 @@ int main(int argc, char *argv[])
if(placedWords == wordCount) if(placedWords == wordCount)
{ {
// Start the game if successful // 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? // welche Variable wird für windowWidth gewählt?
} }
else else