From 44c9371b4fbc5fdd151542c8b2109d788c50ad6a Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 9 Feb 2001 19:15:37 +0000 Subject: [PATCH] force console alpha to 1 if not rendering the world --- source/gl_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gl_draw.c b/source/gl_draw.c index d46d5eb..5762d57 100644 --- a/source/gl_draw.c +++ b/source/gl_draw.c @@ -685,7 +685,7 @@ Draw_ConsoleBackground (int lines) ofs = (vid.conheight - lines) / (float) vid.conheight; y = vid.height * scr_consize->value; - if (lines > y) { + if (cls.state != ca_active || lines > y) { alpha = 1.0; } else { // set up to draw alpha console