changes to game.c

This commit is contained in:
Alexei Keller 2025-11-10 14:53:23 +01:00
parent 249298afc6
commit cbf834ab76
4 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi
{
for (int j = 0; j < wordLength; j++)
{
salad[row+j][collumn] = words[i][j];
salad[reihe+j][spalte] = words[i][j];
}
added=1;
addedWords++;

Binary file not shown.

BIN
Start_Windows/main.o Normal file

Binary file not shown.

Binary file not shown.