Compare commits

...

2 Commits

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,
// da auch andere funktionen, wie createCharSquarePanel
// 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.