From 6a9bfa2cb39a7d673f2bdee0034bcfbc6d3daebd Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 26 Oct 2020 06:15:13 +0100 Subject: [PATCH] - do not use the border flat for the fullscreen console. --- src/common/console/c_console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/console/c_console.cpp b/src/common/console/c_console.cpp index bcbdfdfdb4..0b4a74a535 100644 --- a/src/common/console/c_console.cpp +++ b/src/common/console/c_console.cpp @@ -614,7 +614,7 @@ void C_DrawConsole () } else { - if (conflat.isValid()) + if (conflat.isValid() && gamestate != GS_FULLCONSOLE) { int conbright = 255 - APART(conshade); PalEntry pe((uint8_t(255 * con_alpha)), conbright, conbright, conbright);