|
@ -166,8 +166,8 @@ void quizduell() { |
|
|
zeigeVerfuegbareKategorien(kategorien); |
|
|
zeigeVerfuegbareKategorien(kategorien); |
|
|
|
|
|
|
|
|
printf("Your selection: "); |
|
|
printf("Your selection: "); |
|
|
if (scanf("%s", auswahl) != 1) { |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
fgets(auswahl, sizeof(auswahl), stdin); |
|
|
|
|
|
auswahl[strcspn(auswahl, "\n")] = '\0'; |
|
|
|
|
|
|
|
|
typedef int CategoryIndex; |
|
|
typedef int CategoryIndex; |
|
|
CategoryIndex auswahlIndex = -1; |
|
|
CategoryIndex auswahlIndex = -1; |
|
|