mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
PodiumCup challenge description: Correctly use extrainfo1 instead of requirement for Grade
This commit is contained in:
parent
286c6d12a2
commit
b88372c85d
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue