|
|
@ -93,6 +93,13 @@ void quizduell() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (auswahlIndex != -1 && kategorien[auswahlIndex].fragen != NULL) { |
|
|
|
int punkte = spieleKategorie(&kategorien[auswahlIndex]); |
|
|
|
printf("\nPoints in this category: %d\n", punkte); |
|
|
|
|
|
|
|
befreieKategorie(&kategorien[auswahlIndex]); |
|
|
|
} |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |