mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-12-01 07:51:07 +00:00
"flashing" sbar problem in X11 clients fixed
statusbar is now always "normal" with -hipnotic and -rogue
This commit is contained in:
parent
1f52f65c74
commit
24259ec461
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ Sbar_DrawNormal
|
|||
*/
|
||||
void Sbar_DrawNormal (void)
|
||||
{
|
||||
if (cl_sbar.value || scr_viewsize.value<100)
|
||||
if (cl_sbar.value || rogue || hipnotic || scr_viewsize.value<100)
|
||||
Sbar_DrawPic (0, 0, sb_sbar);
|
||||
|
||||
if (hipnotic) {
|
||||
|
|
Loading…
Reference in a new issue