From 49e25abb601badf2f141f9b949f8dc1fe773ff2a Mon Sep 17 00:00:00 2001 From: toaster Date: Sun, 28 Oct 2018 16:34:02 +0000 Subject: [PATCH] fix ping drawing offset (this won't be in the exe I uploaded before I disappear for a bit) --- src/hu_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 043eadf4..a16d1d46 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -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 (!(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)