mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix nametag distance check
This commit is contained in:
parent
c5279e5795
commit
11ced1c3d6
1 changed files with 2 additions and 2 deletions
|
|
@ -2850,8 +2850,8 @@ static void K_drawKartNameTags(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
v.x = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->x);
|
v.x = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->x);
|
||||||
v.y = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->x);
|
v.y = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->y);
|
||||||
v.z = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->x);
|
v.z = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->z);
|
||||||
|
|
||||||
if (!(ntplayer->mo->eflags & MFE_VERTICALFLIP))
|
if (!(ntplayer->mo->eflags & MFE_VERTICALFLIP))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue