mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Remove FIN
KartZ holdover that Oni never wanted apparently :V
This commit is contained in:
parent
a19ce98350
commit
d970747c85
1 changed files with 1 additions and 5 deletions
|
|
@ -1925,11 +1925,7 @@ static void K_drawKartLapsAndRings(void)
|
||||||
{
|
{
|
||||||
// Laps
|
// Laps
|
||||||
V_DrawScaledPatch(LAPS_X, LAPS_Y, V_HUDTRANS|V_SLIDEIN|splitflags, kp_lapsticker);
|
V_DrawScaledPatch(LAPS_X, LAPS_Y, V_HUDTRANS|V_SLIDEIN|splitflags, kp_lapsticker);
|
||||||
|
V_DrawKartString(LAPS_X+33, LAPS_Y+3, V_HUDTRANS|V_SLIDEIN|splitflags, va("%d/%d", stplyr->laps, cv_numlaps.value));
|
||||||
if (stplyr->exiting)
|
|
||||||
V_DrawKartString(LAPS_X+33, LAPS_Y+3, V_HUDTRANS|V_SLIDEIN|splitflags, "FIN");
|
|
||||||
else
|
|
||||||
V_DrawKartString(LAPS_X+33, LAPS_Y+3, V_HUDTRANS|V_SLIDEIN|splitflags, va("%d/%d", stplyr->laps, cv_numlaps.value));
|
|
||||||
|
|
||||||
// Rings
|
// Rings
|
||||||
if (!uselives)
|
if (!uselives)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue