diff --git a/Start_Mac/game.o b/Start_Mac/game.o deleted file mode 100644 index d916e0d..0000000 Binary files a/Start_Mac/game.o and /dev/null differ diff --git a/Start_Mac/graphicalGame.o b/Start_Mac/graphicalGame.o deleted file mode 100644 index 17d7707..0000000 Binary files a/Start_Mac/graphicalGame.o and /dev/null differ diff --git a/Start_Mac/input.o b/Start_Mac/input.o deleted file mode 100644 index 0022100..0000000 Binary files a/Start_Mac/input.o and /dev/null differ diff --git a/Start_Mac/main.c b/Start_Mac/main.c index f9c7c3b..937dd3d 100644 --- a/Start_Mac/main.c +++ b/Start_Mac/main.c @@ -42,7 +42,7 @@ int main(int argc, char *argv[]) // error message if some words couldn't be placed int windowWidth = 880; - if(placedWords == 1){ + if(placedWords == wordCount){ startGame(wordSalad, SALAD_SIZE, words, wordCount, windowWidth); }else{ printf("Fehler: Nicht alle Wörter konnten platziert werden.\n"); diff --git a/Start_Mac/main.o b/Start_Mac/main.o deleted file mode 100644 index 8c767f4..0000000 Binary files a/Start_Mac/main.o and /dev/null differ diff --git a/Start_Mac/runTests b/Start_Mac/runTests deleted file mode 100755 index 1f007e5..0000000 Binary files a/Start_Mac/runTests and /dev/null differ diff --git a/Start_Mac/wordsalad_myversion b/Start_Mac/wordsalad_myversion index 80ec6bc..5cfcf59 100755 Binary files a/Start_Mac/wordsalad_myversion and b/Start_Mac/wordsalad_myversion differ