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:
parent
5cf04f9df4
commit
4208ddfd5d
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue