diff --git a/src/hardware/hw_bsp.c b/src/hardware/hw_bsp.c index 897b646a2..6db5a3319 100644 --- a/src/hardware/hw_bsp.c +++ b/src/hardware/hw_bsp.c @@ -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; }