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) {