mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
fix ping drawing offset (this won't be in the exe I uploaded before I disappear for a bit)
This commit is contained in:
parent
9195885ff5
commit
62bd9fafbf
1 changed files with 1 additions and 1 deletions
|
|
@ -2295,7 +2295,7 @@ void HU_DrawTabRankings(INT32 x, INT32 y, playersort_t *tab, INT32 scorelines, I
|
||||||
if (!splitscreen) // don't draw it on splitscreen,
|
if (!splitscreen) // don't draw it on splitscreen,
|
||||||
{
|
{
|
||||||
if (!(tab[i].num == serverplayer))
|
if (!(tab[i].num == serverplayer))
|
||||||
HU_drawPing(x+ 253, y+2, playerpingtable[tab[i].num], false);
|
HU_drawPing(x + rightoffset + 13, y+2, playerpingtable[tab[i].num], false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (scorelines > 8)
|
if (scorelines > 8)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue