Reset demo.attract in title attract responder

Fixes KartKrew/Kart#1097
This commit is contained in:
Eidolon 2024-03-02 11:17:07 -06:00
parent c8757b10b2
commit a19f0139af

View file

@ -1345,6 +1345,7 @@ boolean G_Responder(event_t *ev)
{
// stop the title demo
G_CheckDemoStatus();
demo.attract = DEMO_ATTRACT_OFF;
return true;
}
}