From ad9bd08c0d2ce2088a9bc980a8c939d4169169c6 Mon Sep 17 00:00:00 2001 From: Simon Schuerer Date: Mon, 3 Nov 2025 14:17:42 +0000 Subject: [PATCH] Start_Windows/game.c aktualisiert --- Start_Windows/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index 58814c9..2ad0b9f 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -10,7 +10,7 @@ /* * Wörter aus der Wortliste zufällig horizontal oder vertikal platzieren * restliche Felder mit zufälligen Buchstaben füllen */ - /********************************************************************************************* + /********************************************************************************************** // Platziert Wörter aus der Liste zufällig horizontal oder vertikal void createWordSalad(char grid[20][20], const char words[][50], int wordCount) {