HUD: fix 4P position numbers

This commit is contained in:
James R. 2023-10-01 20:31:17 -07:00 committed by James R
parent bf20db1e5e
commit f426a136d5

View file

@ -2139,7 +2139,7 @@ static void K_DrawKartPositionNum(UINT8 num)
color = R_GetTranslationColormap(TC_DEFAULT, SKINCOLOR_POSNUM, GTC_CACHE);
}
if ((fflags & V_SNAPTORIGHT) == 0 && num > 9)
if ((fflags & V_SNAPTORIGHT) == 0)
{
const UINT8 splitIndex = (r_splitscreen > 0) ? 1 : 0;
UINT8 adjustNum = num;