Compare commits

..

No commits in common. "d10fcd6db2b6524e664bc260f4495579b0036449" and "654aebac4d97cb2e510a5a7980b8243335fbcdb3" have entirely different histories.

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, SALAD_SIZE, words, placedWords, WINDOW_WIDTH); startGame(wordSalad, MAX_SEARCH_FIELD_LEN, words, placedWords, WINDOW_WIDTH);
} }
} }

Binary file not shown.

Binary file not shown.