|
@ -169,7 +169,8 @@ void quizduell() { |
|
|
if (scanf("%s", auswahl) != 1) { |
|
|
if (scanf("%s", auswahl) != 1) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
int auswahlIndex = -1; |
|
|
|
|
|
|
|
|
typedef int CategoryIndex; |
|
|
|
|
|
CategoryIndex auswahlIndex = -1; |
|
|
|
|
|
|
|
|
for (int i = 0; i < MAX_CATEGORIES; i++) { |
|
|
for (int i = 0; i < MAX_CATEGORIES; i++) { |
|
|
if (kategorien[i].fragen != NULL && strcmp(auswahl, "Mountains") == 0) { |
|
|
if (kategorien[i].fragen != NULL && strcmp(auswahl, "Mountains") == 0) { |
|
|