mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-04-25 00:50:54 +00:00
minor sbar fix
This commit is contained in:
parent
09183d0628
commit
171b4c407d
1 changed files with 1 additions and 1 deletions
|
@ -1101,7 +1101,7 @@ Sbar_DrawNormal
|
|||
*/
|
||||
void Sbar_DrawNormal (void)
|
||||
{
|
||||
if (cl_sbar->value || scr_viewsize->value<100)
|
||||
if (cl_sbar->value || scr_viewsize->value<100 || rogue || hipnotic)
|
||||
Sbar_DrawPic (0, 0, sb_sbar);
|
||||
|
||||
#ifdef UQUAKE
|
||||
|
|
Loading…
Reference in a new issue