From 4208ddfd5d7131f353461b4203b7322633a308b0 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 29 Mar 2026 08:13:24 -0400 Subject: [PATCH] Use old tab ranking for GP The info on the side is not very helpful in GP. Maybe we can go back to using the new one if we decide to shove some GP related info in there? --- src/hu_stuff.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 1efb2f9e1..2dc196cc9 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -16,6 +16,7 @@ #include "hu_stuff.h" #include "font.h" +#include "k_grandprix.h" #include "m_menu.h" // gametype_cons_t #include "m_cond.h" // emblems #include "m_misc.h" // word jumping @@ -2547,7 +2548,7 @@ static void HU_DrawRankings(void) #endif } - if (cv_newtabranking.value) + if (!grandprixinfo.gp && cv_newtabranking.value) { INT32 xoffset = K_DrawNeoTabRankings(0, 33, tab, scorelines, whiteplayer, hilicol, true); K_DrawServerDescrption(xoffset+10, 33);