mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Don't draw invalid Grade in Match Race Tab Rankings
Here because it was extremely overt in Tutorial Challenge
This commit is contained in:
parent
fd2167e29c
commit
0182d2cb43
1 changed files with 2 additions and 0 deletions
|
|
@ -719,6 +719,8 @@ void Y_PlayerStandingsDrawer(y_data_t *standings, INT32 xoffset)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (gamestate == GS_LEVEL)
|
||||||
|
;
|
||||||
else if (standings->rankingsmode != 0)
|
else if (standings->rankingsmode != 0)
|
||||||
{
|
{
|
||||||
char *increasenum = NULL;
|
char *increasenum = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue