Fix 3/4P position number

This commit is contained in:
Sally Coolatta 2023-09-07 21:52:55 -04:00
parent 79c4074499
commit 96f7dcb5b8

View file

@ -2091,6 +2091,8 @@ static void K_DrawKartPositionNum(INT32 num)
fx >>= 1;
fy >>= 1;
fy -= (21 << FRACBITS);
}
if (trans > 0)