Don't draw OpenGL loading screen for credits attract demos

This commit is contained in:
James R 2024-03-25 17:01:18 -07:00
parent 5b4b31a354
commit 8387b5e2cd

View file

@ -584,7 +584,7 @@ static void loading_status(void)
char s[16];
int x, y;
if (gamestate == GS_TITLESCREEN && titlemapinaction)
if ((gamestate == GS_TITLESCREEN && titlemapinaction) || demo.attract == DEMO_ATTRACT_CREDITS)
{
return;
}