diff --git a/Start_Windows/.idea/workspace.xml b/Start_Windows/.idea/workspace.xml index 16d8cd7..393465b 100644 --- a/Start_Windows/.idea/workspace.xml +++ b/Start_Windows/.idea/workspace.xml @@ -26,9 +26,9 @@ - - - + + + diff --git a/Start_Windows/game.c b/Start_Windows/game.c index 1436d8e..e2ce592 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -133,13 +133,4 @@ void showWordSalad(const char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], } } // Prints the word salad to console -void showWordSalad(const char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], - unsigned int searchFieldLen) -{ - for (unsigned int y = 0; y < searchFieldLen; y++) { - for (unsigned int x = 0; x < searchFieldLen; x++) { - printf("%c ", salad[y][x]); - } - printf("\n"); - } -} + diff --git a/Start_Windows/game.o b/Start_Windows/game.o index ce26755..7f3c3c8 100644 Binary files a/Start_Windows/game.o and b/Start_Windows/game.o differ diff --git a/Start_Windows/runTests.exe b/Start_Windows/runTests.exe index c2e2f71..3264540 100644 Binary files a/Start_Windows/runTests.exe and b/Start_Windows/runTests.exe differ