From ff8384e9eec8ffa1ca86cfa559ce73fb7d3a886d Mon Sep 17 00:00:00 2001 From: Alexei Date: Mon, 10 Nov 2025 14:54:06 +0100 Subject: [PATCH] changes to game.c --- Start_Windows/game.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index 9985c46..dab22bf 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -26,7 +26,8 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi salad[i][j] = '.'; //Füllen des gesamten Arrays mit Nullen } } - for (int i=0; i < wordCount; i++) { + for (int i=0; i < wordCount; i++) + { wordLength = strlen(words[i]);