Don't account for viewpoint text

This commit is contained in:
NepDisk 2026-01-10 15:23:24 -05:00
parent 14e04ff360
commit 6434c16446

View file

@ -372,7 +372,7 @@ void K_DisplayItemTimers(void)
INT32 itemx = 0, itemy = 0;
INT32 flags = 0;
INT32 stepx = 25;
INT32 viewnum = R_GetViewNumber();
//INT32 viewnum = R_GetViewNumber();
drawinfo_t info;
K_getTimersDrawinfo(&info);
@ -381,8 +381,8 @@ void K_DisplayItemTimers(void)
flags = info.flags;
// Move it up to account for viewpoint text
if (cv_showviewpointtext.value && !demo.title && !P_IsLocalPlayer(stplyr) && !camera[viewnum].freecam && !r_splitscreen)
itemy -= 12;
//if (cv_showviewpointtext.value && !demo.title && !P_IsLocalPlayer(stplyr) && !camera[viewnum].freecam && !r_splitscreen)
//itemy -= 12;
// flags |= V_HUDTRANS;