diff --git a/Start_Windows/game.c b/Start_Windows/game.c index a4b520f..9985c46 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -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++; diff --git a/Start_Windows/game.o b/Start_Windows/game.o deleted file mode 100644 index 9aa95e1..0000000 Binary files a/Start_Windows/game.o and /dev/null differ diff --git a/Start_Windows/main.o b/Start_Windows/main.o new file mode 100644 index 0000000..880e6cf Binary files /dev/null and b/Start_Windows/main.o differ diff --git a/Start_Windows/runTests2.exe b/Start_Windows/runTests2.exe deleted file mode 100644 index 7a78b9e..0000000 Binary files a/Start_Windows/runTests2.exe and /dev/null differ