diff --git a/src/g_game.c b/src/g_game.c index 7b80267e4..5323cafea 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -1345,6 +1345,7 @@ boolean G_Responder(event_t *ev) { // stop the title demo G_CheckDemoStatus(); + demo.attract = DEMO_ATTRACT_OFF; return true; } }