Skip to content

Commit

Permalink
- fixed music in Blood's menu
Browse files Browse the repository at this point in the history
This is only supposed to play for the fade-in of the background but needs to stop when the menu appears.
Fixes #291
  • Loading branch information
coelckers committed Apr 4, 2021
1 parent 952bccb commit ebac57f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/games/blood/src/credits.cpp
Expand Up @@ -88,6 +88,7 @@ void playlogos()
jobs[job++] = { Create<DImageScreen>(2518, DScreenJob::fadein) };

RunScreenJob(jobs, job, [](bool) {
Mus_Stop();
gameaction = ga_mainmenu;
}, true, true);
}
Expand Down

0 comments on commit ebac57f

Please sign in to comment.