scheinbar funktionales spiel speicher

This commit is contained in:
Jonas Hofmann 2025-10-30 14:16:01 +01:00
parent 10598b0f8e
commit 4fe7805c09
3 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ int main(int argc, char *argv[])
// annahme: windowWidth wird in Pixeln gesucht, // annahme: windowWidth wird in Pixeln gesucht,
// da auch andere funktionen, wie createCharSquarePanel // da auch andere funktionen, wie createCharSquarePanel
// in Pixeln arbeiten // in Pixeln arbeiten
startGame(wordSalad, MAX_SEARCH_FIELD_LEN, words, placedWords, WINDOW_WIDTH); startGame(wordSalad, SALAD_SIZE, words, placedWords, WINDOW_WIDTH);
} }
} }

Binary file not shown.

Binary file not shown.