- hide the message display on intermission screens.

Fixes #336
This commit is contained in:
Christoph Oelckers 2020-09-04 23:56:04 +02:00
parent f72b283519
commit d2de11cd99

View file

@ -332,7 +332,7 @@ void Display()
NetUpdate(); // send out any new accumulation
if (gamestate != GS_INTRO) // do not draw overlays on the intros
if (gamestate != GS_INTRO && gamestate != GS_INTERMISSION) // do not draw overlays on the intros
{
// Draw overlay elements
CT_Drawer();