Resolve ring-racers#112

This commit is contained in:
toaster 2025-09-17 00:51:11 +01:00
parent 4faf85eab4
commit e11751ddf7

View file

@ -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)