Don't draw invalid Grade in Match Race Tab Rankings

Here because it was extremely overt in Tutorial Challenge
This commit is contained in:
toaster 2024-03-21 22:13:56 +00:00
parent fd2167e29c
commit 0182d2cb43

View file

@ -719,6 +719,8 @@ void Y_PlayerStandingsDrawer(y_data_t *standings, INT32 xoffset)
);
}
}
else if (gamestate == GS_LEVEL)
;
else if (standings->rankingsmode != 0)
{
char *increasenum = NULL;