mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-17 13:32:38 +00:00
K_drawKartTimestamp: Still draw your best record even if the map has no ET_TIME medals
This commit is contained in:
parent
1df3da8379
commit
31dcb3346e
1 changed files with 1 additions and 2 deletions
|
|
@ -1552,8 +1552,7 @@ void K_drawKartTimestamp(tic_t drawtime, INT32 TX, INT32 TY, UINT8 mode)
|
|||
|
||||
// Medal data!
|
||||
if ((modeattacking || (mode == 1))
|
||||
&& !demo.playback
|
||||
&& stickermedalinfo.visiblecount > 0)
|
||||
&& !demo.playback)
|
||||
{
|
||||
INT32 workx = TX + 96, worky = TY+18;
|
||||
UINT8 i = stickermedalinfo.visiblecount;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue