From 9195885ff56272ce83f3f8acdf8e4a0d05054129 Mon Sep 17 00:00:00 2001 From: toaster Date: Sun, 28 Oct 2018 16:29:56 +0000 Subject: [PATCH] unused variable [screams] --- 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 c73151375..043eadf4a 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -2271,7 +2271,7 @@ void HU_drawPing(INT32 x, INT32 y, INT32 ping, boolean notext) // void HU_DrawTabRankings(INT32 x, INT32 y, playersort_t *tab, INT32 scorelines, INT32 whiteplayer, INT32 hilicol) { - INT32 i, j, rightoffset = 240; + INT32 i, rightoffset = 240; const UINT8 *colormap; //this function is designed for 9 or less score lines only