mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
HUD: slide in position numbers if race starts immediately
This commit is contained in:
parent
f426a136d5
commit
a8d0bad4b0
1 changed files with 2 additions and 0 deletions
|
|
@ -2109,6 +2109,8 @@ static void K_DrawKartPositionNum(UINT8 num)
|
||||||
fflags |= (trans << V_ALPHASHIFT);
|
fflags |= (trans << V_ALPHASHIFT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fflags |= V_SLIDEIN;
|
||||||
|
|
||||||
if (stplyr->exiting && num == 1)
|
if (stplyr->exiting && num == 1)
|
||||||
{
|
{
|
||||||
// 1st place winner? You get rainbows!!
|
// 1st place winner? You get rainbows!!
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue