Fix the chat being displayed in singleplayer if there are stillmessages

This commit is contained in:
Latapostrophe 2018-12-23 10:50:36 +01:00
parent 9129fbad3b
commit c282d546d7

View file

@ -2001,7 +2001,7 @@ void HU_Drawer(void)
{
typelines = 1;
chat_scrolltime = 0;
if (!OLDCHAT && cv_consolechat.value < 2) // Don't display minimized chat if you set the mode to Window (Hidden)
if (!OLDCHAT && cv_consolechat.value < 2 && netgame) // Don't display minimized chat if you set the mode to Window (Hidden)
HU_drawMiniChat(); // draw messages in a cool fashion.
}