From 288693c76fcfdb5662889d17f6bc286bc48f926b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Sun, 26 Oct 2025 15:45:09 +0100 Subject: [PATCH] Startet Game oder gibt Fehlermeldung --- Start_Windows/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {