"flashing" sbar problem in X11 clients fixed

statusbar is now always "normal" with -hipnotic and -rogue
This commit is contained in:
Joseph Carter 2000-02-27 06:26:07 +00:00
parent 1f52f65c74
commit 24259ec461

View file

@ -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) {