mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-05 22:42:54 +00:00
Fix 3/4P position number
This commit is contained in:
parent
79c4074499
commit
96f7dcb5b8
1 changed files with 2 additions and 0 deletions
|
|
@ -2091,6 +2091,8 @@ static void K_DrawKartPositionNum(INT32 num)
|
|||
|
||||
fx >>= 1;
|
||||
fy >>= 1;
|
||||
|
||||
fy -= (21 << FRACBITS);
|
||||
}
|
||||
|
||||
if (trans > 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue