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?
This commit is contained in:
NepDisk 2026-03-29 08:13:24 -04:00
parent 5cf04f9df4
commit 4208ddfd5d

View file

@ -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);