Don't show "position" in GT_TUTORIAL tab rankings, as everybody's in 1st place all the time

This commit is contained in:
toaster 2025-08-01 23:38:11 +01:00
parent 9675dcfa2d
commit 5da7e1612e

View file

@ -735,7 +735,10 @@ void Y_PlayerStandingsDrawer(y_data_t *standings, INT32 xoffset)
V_DrawMappedPatch(x, y, 0, resbar, NULL);
V_DrawRightAlignedThinString(x+13, y-2, 0, va("%d", standings->pos[i]));
if (gametype != GT_TUTORIAL)
{
V_DrawRightAlignedThinString(x+13, y-2, 0, va("%d", standings->pos[i]));
}
//if (players[pnum].skincolor != SKINCOLOR_NONE)
{