mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Podium: fix time for failed Sealed Star
- Displays as --'--"--
This commit is contained in:
parent
f4ea9cf8ca
commit
ca9fbed974
1 changed files with 2 additions and 1 deletions
|
|
@ -720,7 +720,8 @@ void podiumData_s::Draw(void)
|
|||
.xy(32, 1)
|
||||
.align(srb2::Draw::Align::kCenter)
|
||||
.font(srb2::Draw::Font::kPing)
|
||||
.text(va(
|
||||
.text(lvl->time == UINT32_MAX ?
|
||||
"--'--\"--" : va(
|
||||
"%i'%02i\"%02i",
|
||||
G_TicsToMinutes(lvl->time, true),
|
||||
G_TicsToSeconds(lvl->time),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue