From bed0e5b754d0c7ad1baa0a1bd80e5c1e6ac6b570 Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 1 Apr 2024 17:49:39 -0700 Subject: [PATCH] Fix packet loss indicator in non-green resolutions --- 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 b1ce85681..489b13ce9 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -2254,7 +2254,7 @@ void HU_drawPing(fixed_t x, fixed_t y, UINT32 lag, UINT32 pl, INT32 flags, boole y/FRACUNIT - 1, pinggfx[gfxnum]->width + 2, pinggfx[gfxnum]->height + 2, - PL_gfx_color(pl) + PL_gfx_color(pl) | flags ); }