- do not use the border flat for the fullscreen console.

This commit is contained in:
Christoph Oelckers 2020-10-26 06:15:13 +01:00
parent b3e020c087
commit 6a9bfa2cb3

View file

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