mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
HUD: fix 4P position numbers
This commit is contained in:
parent
bf20db1e5e
commit
f426a136d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue