From c1cb76128c315a03a7213f62c8dab04358ee1096 Mon Sep 17 00:00:00 2001 From: James R Date: Thu, 7 Mar 2024 09:46:04 -0800 Subject: [PATCH] HUD: fix delay graphic offset on tab rankings This shifts it down in the bottom right too but I actually think it looks better! --- src/hu_stuff.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 61d925aba..798e386f9 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -2253,8 +2253,6 @@ void HU_drawPing(fixed_t x, fixed_t y, UINT32 lag, UINT32 pl, INT32 flags, boole boolean drawlocal = (offline && cv_mindelay.value && lag <= (tic_t)cv_mindelay.value); fixed_t x2, y2; - y = y - 10*FRACUNIT; // Making space for connection quality, sorry. - if (!server && lag <= (tic_t)cv_mindelay.value) { lag = cv_mindelay.value;