From 214b3e9957ae44434cbcea8dbbf7ec9333bbb3be Mon Sep 17 00:00:00 2001 From: NepDisk Date: Wed, 23 Jul 2025 16:42:02 -0400 Subject: [PATCH] Remove circuit map check here --- 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 1242c3cad..792d18294 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -2613,7 +2613,7 @@ static void HU_DrawRankings(void) if ((gametyperules & GTR_CIRCUIT)) { - if (circuitmap && !players[i].exiting) + if (!players[i].exiting) sprintf(tab[scorelines].string, "Lap %d", players[i].laps); else {