diff --git a/src/main/duellist-spielesammlung-projekt.c b/src/main/duellist-spielesammlung-projekt.c index d30a6f9..a7ba004 100644 --- a/src/main/duellist-spielesammlung-projekt.c +++ b/src/main/duellist-spielesammlung-projekt.c @@ -534,12 +534,6 @@ void displayResult(int correctAnswers, int totalQuestions) { printf("\nSpiel beendet. Ergebnis: %d von %d Fragen richtig beantwortet.\n", correctAnswers, totalQuestions); } - - - - - - /*--------------------QuizDuell--------------------*/ char namenseingabe(char name1[100], char name2[100]) { printf("\nSpieler 1 geben Sie bitte ihren Spielernamen ein:");