From 2d34d335fe310d50ce4c5efc29a2af3b9af95a16 Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 18:18:06 +0100 Subject: [PATCH] Funktion User Wahl --- src/main/duellist-spielesammlung-projekt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/duellist-spielesammlung-projekt.c b/src/main/duellist-spielesammlung-projekt.c index 1252a18..4a37068 100644 --- a/src/main/duellist-spielesammlung-projekt.c +++ b/src/main/duellist-spielesammlung-projekt.c @@ -465,7 +465,6 @@ int getUserChoice() { return choice; } - void playGame() { int correctAnswers = 0; int totalQuestions = 5; // Anzahl der Fragen im Spiel