mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-16 04:52:40 +00:00
Self-review: Fix missing space in "reach at least400% on the speedometer"
This commit is contained in:
parent
82afb5da5a
commit
22bef38562
1 changed files with 1 additions and 1 deletions
|
|
@ -2500,7 +2500,7 @@ static const char *M_GetConditionString(condition_t *cn)
|
||||||
case UCRP_SPEEDOMETER:
|
case UCRP_SPEEDOMETER:
|
||||||
return va("reach %s%u%% on the speedometer",
|
return va("reach %s%u%% on the speedometer",
|
||||||
(cn->requirement == 999)
|
(cn->requirement == 999)
|
||||||
? "" : "at least",
|
? "" : "at least ",
|
||||||
cn->requirement
|
cn->requirement
|
||||||
);
|
);
|
||||||
case UCRP_DRAFTDURATION:
|
case UCRP_DRAFTDURATION:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue