diff --git a/Start_Windows/main.c b/Start_Windows/main.c index 48085f2..ba3341e 100644 --- a/Start_Windows/main.c +++ b/Start_Windows/main.c @@ -59,8 +59,8 @@ int main(int argc, char *argv[]) // error message if some words couldn't be placed if(placedWords == wordCount) { - // Start the graphical game with the created word salad - startGraphicalGame(wordSalad, SALAD_SIZE, words, wordCount); + // Start the game with the created word salad + startGame(wordSalad, SALAD_SIZE, words, wordCount, placedWords); } else {