mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-21 17:41:48 +00:00
Adjust string for UCRP_FINISHTIMEEXACT to match the same number of visible digits by using X as a wildcard millisecond
This commit is contained in:
parent
680416946a
commit
412107c140
1 changed files with 1 additions and 1 deletions
|
|
@ -1366,7 +1366,7 @@ static const char *M_GetConditionString(condition_t *cn)
|
|||
G_TicsToSeconds(cn->requirement),
|
||||
G_TicsToCentiseconds(cn->requirement));
|
||||
case UCRP_FINISHTIMEEXACT:
|
||||
return va("finish in exactly %i:%02i",
|
||||
return va("finish in exactly %i:%02i.XX",
|
||||
G_TicsToMinutes(cn->requirement, true),
|
||||
G_TicsToSeconds(cn->requirement));
|
||||
case UCRP_FINISHTIMELEFT:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue