0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-25 00:11:13 +00:00

- hide the message display on intermission screens.

Fixes 
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();