generated from freudenreichan/info2Praktikum-Wortsalat
changes to game.c
This commit is contained in:
parent
249298afc6
commit
cbf834ab76
@ -82,7 +82,7 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi
|
|||||||
{
|
{
|
||||||
for (int j = 0; j < wordLength; j++)
|
for (int j = 0; j < wordLength; j++)
|
||||||
{
|
{
|
||||||
salad[row+j][collumn] = words[i][j];
|
salad[reihe+j][spalte] = words[i][j];
|
||||||
}
|
}
|
||||||
added=1;
|
added=1;
|
||||||
addedWords++;
|
addedWords++;
|
||||||
|
|||||||
Binary file not shown.
BIN
Start_Windows/main.o
Normal file
BIN
Start_Windows/main.o
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user