Title music doesn't play when ending a game
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Title music doesn't play when ending a game
When pressing F7 to end the current game and go back to the title screen, the title music isn't played - instead the level music of whatever level you were on will continue to play.
- drfrag
- Vintage GZDoom Developer
- Posts: 3200
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
- Contact:
Re: Title music doesn't play when ending a game
It's a result of this: viewtopic.php?f=18&t=72298
But did anyone complain before about that in all these years?
May be the solution would be to set playedtitlemusic to false in void ActivateEndGameMenu(), personally i'd would just revert that thing.
But did anyone complain before about that in all these years?
May be the solution would be to set playedtitlemusic to false in void ActivateEndGameMenu(), personally i'd would just revert that thing.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49245
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Title music doesn't play when ending a game
That thing won't get reverted. It's better to handle the few cases where the game goes back to the title screen.
Re: Title music doesn't play when ending a game
Yeah I agree, that change was a good one. I don't normally leave the title screens running but I did notice it during my testing sessions for the widescreen art - it did get annoying to hear the music restarting itself repeatedly. :P