mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_DrawTimeAttack: Fix Medal drawing for timestamp
K_drawKartTimestamp uses gamemap index instead of mapheaderinfo index
This commit is contained in:
parent
ed07a74fb4
commit
2d54acae30
1 changed files with 1 additions and 1 deletions
|
|
@ -2275,7 +2275,7 @@ void M_DrawTimeAttack(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
V_DrawRightAlignedString(rightedge-12, timeheight, highlightflags, "BEST TIME:");
|
V_DrawRightAlignedString(rightedge-12, timeheight, highlightflags, "BEST TIME:");
|
||||||
K_drawKartTimestamp(timerec, 162+t, timeheight+6, map, 1);
|
K_drawKartTimestamp(timerec, 162+t, timeheight+6, map+1, 1);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
opty = 80;
|
opty = 80;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue