mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
HUD: remove fade in from ping counters
This commit is contained in:
parent
54f2882bc9
commit
1935fdcdc3
2 changed files with 2 additions and 2 deletions
|
|
@ -5107,7 +5107,7 @@ void K_drawKartFreePlay(void)
|
||||||
static void
|
static void
|
||||||
Draw_party_ping (int ss, INT32 snap)
|
Draw_party_ping (int ss, INT32 snap)
|
||||||
{
|
{
|
||||||
HU_drawMiniPing(0, 0, playerpingtable[displayplayers[ss]], V_HUDTRANS|V_SPLITSCREEN|V_SNAPTOTOP|snap);
|
HU_drawMiniPing(0, 0, playerpingtable[displayplayers[ss]], V_SPLITSCREEN|V_SNAPTOTOP|snap);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
|
|
@ -578,7 +578,7 @@ void SCR_DisplayLocalPing(void)
|
||||||
{
|
{
|
||||||
INT32 dispy = cv_ticrate.value ? 160 : 181;
|
INT32 dispy = cv_ticrate.value ? 160 : 181;
|
||||||
offline = (consoleplayer == serverplayer);
|
offline = (consoleplayer == serverplayer);
|
||||||
HU_drawPing(307 * FRACUNIT, dispy * FRACUNIT, ping, V_SNAPTORIGHT | V_SNAPTOBOTTOM | V_HUDTRANS, offline, 0);
|
HU_drawPing(307 * FRACUNIT, dispy * FRACUNIT, ping, V_SNAPTORIGHT | V_SNAPTOBOTTOM, offline, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue