game file has been change

This commit is contained in:
Widerstand 2025-10-14 16:55:00 +02:00
parent 7c25208a58
commit 6766adedc2

View File

@ -16,7 +16,7 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi
}
// Prints the word salad to console
void showWordSalad(const char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen)
{