Don't account for viewpoint text
This commit is contained in:
parent
14e04ff360
commit
6434c16446
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue