diff --git a/Start_Mac/game.c b/Start_Mac/game.c index 130ea8c..a71ca5e 100644 --- a/Start_Mac/game.c +++ b/Start_Mac/game.c @@ -61,7 +61,7 @@ int createWordSalad(char field[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], { srand((unsigned)time(NULL)); // Zufallsstartwert setzen - // 1) Feld mit "leer" initialisieren + // 1) Feld "leer" for (unsigned int r = 0; r < fieldSize; r++) { for (unsigned int c = 0; c < fieldSize; c++) { field[r][c] = EMPTY_CHAR;