PodiumCup challenge description: Correctly use extrainfo1 instead of requirement for Grade

This commit is contained in:
toaster 2023-12-24 16:30:53 +00:00
parent 286c6d12a2
commit b88372c85d

View file

@ -2520,7 +2520,7 @@ static const char *M_GetConditionString(condition_t *cn)
if (cn->extrainfo2)
{
switch (cn->requirement)
switch (cn->extrainfo1)
{
case GRADE_E: { completetype = "get grade E"; break; }
case GRADE_D: { completetype = "get grade D"; break; }