Skip to content

Commit

Permalink
- do not use the border flat for the fullscreen console.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Oct 26, 2020
1 parent b3e020c commit 6a9bfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/console/c_console.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 6a9bfa2

Please sign in to comment.