From 24259ec461f4f572c147c527882a77bb31f35ac9 Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Sun, 27 Feb 2000 06:26:07 +0000 Subject: [PATCH] "flashing" sbar problem in X11 clients fixed statusbar is now always "normal" with -hipnotic and -rogue --- uquake/sbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uquake/sbar.c b/uquake/sbar.c index af94ee8..d09bafe 100644 --- a/uquake/sbar.c +++ b/uquake/sbar.c @@ -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) {