- reset the 'playedtitlemusic' flag in D_StartTitle.

When returning to the title loop the music should play once again.
This commit is contained in:
Christoph Oelckers 2021-05-19 16:42:30 +02:00
parent 14ffe3537f
commit af137dbb35

View file

@ -1608,6 +1608,7 @@ void D_DoAdvanceDemo (void)
void D_StartTitle (void)
{
playedtitlemusic = false;
gameaction = ga_nothing;
demosequence = -1;
D_AdvanceDemo ();