mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- reset the 'playedtitlemusic' flag in D_StartTitle.
When returning to the title loop the music should play once again.
This commit is contained in:
parent
14ffe3537f
commit
af137dbb35
1 changed files with 1 additions and 0 deletions
|
@ -1608,6 +1608,7 @@ void D_DoAdvanceDemo (void)
|
|||
|
||||
void D_StartTitle (void)
|
||||
{
|
||||
playedtitlemusic = false;
|
||||
gameaction = ga_nothing;
|
||||
demosequence = -1;
|
||||
D_AdvanceDemo ();
|
||||
|
|
Loading…
Reference in a new issue