- fixed music in Blood's menu

This is only supposed to play for the fade-in of the background but needs to stop when the menu appears.
Fixes #291
This commit is contained in:
Christoph Oelckers 2021-04-04 09:25:41 +02:00
parent 952bccbf5f
commit ebac57fb4f

View file

@ -88,6 +88,7 @@ void playlogos()
jobs[job++] = { Create<DImageScreen>(2518, DScreenJob::fadein) };
RunScreenJob(jobs, job, [](bool) {
Mus_Stop();
gameaction = ga_mainmenu;
}, true, true);
}