diff --git a/source/core/mainloop.cpp b/source/core/mainloop.cpp index f8a1d4762..f09c1ee5e 100644 --- a/source/core/mainloop.cpp +++ b/source/core/mainloop.cpp @@ -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();