From 93c36af2c083d71bfd89a528b3fc99fba26289d2 Mon Sep 17 00:00:00 2001 From: James R Date: Thu, 6 Jan 2022 00:46:14 -0800 Subject: [PATCH] Oops almost fucked it again 11ced1c3d --- src/k_hud.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/k_hud.c b/src/k_hud.c index 0404046be..fd83afd56 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -2850,8 +2850,8 @@ static void K_drawKartNameTags(void) } v.x = 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->z); + v.y = R_InterpolateFixed(ntplayer->mo->old_y, ntplayer->mo->y); + v.z = R_InterpolateFixed(ntplayer->mo->old_z, ntplayer->mo->z); if (!(ntplayer->mo->eflags & MFE_VERTICALFLIP)) {