mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Resolve ring-racers#112
This commit is contained in:
parent
4faf85eab4
commit
e11751ddf7
1 changed files with 5 additions and 1 deletions
|
|
@ -496,7 +496,11 @@ bademblem:
|
|||
|
||||
if (!gonnadrawtime && showownrecord)
|
||||
{
|
||||
stickermedalinfo.timetoreach = G_GetBestTime(map);
|
||||
stickermedalinfo.timetoreach = (encoremode == true)
|
||||
? mapheaderinfo[map]->records.spbattack.time
|
||||
: mapheaderinfo[map]->records.timeattack.time;
|
||||
if (!stickermedalinfo.timetoreach)
|
||||
stickermedalinfo.timetoreach = UINT32_MAX;
|
||||
}
|
||||
|
||||
if (stickermedalinfo.timetoreach != UINT32_MAX)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue