Skip to content

Commit

Permalink
Fix background music not being stopped when playing intro in mainmenu
Browse files Browse the repository at this point in the history
Closes #399
  • Loading branch information
alexbatalov committed Jan 29, 2025
1 parent f9af163 commit c4cc713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ int falloutMain(int argc, char** argv)
switch (mainMenuRc) {
case MAIN_MENU_INTRO:
mainMenuWindowHide(true);
gameMoviePlay(MOVIE_INTRO, GAME_MOVIE_PAUSE_MUSIC);
gameMoviePlay(MOVIE_INTRO, GAME_MOVIE_STOP_MUSIC);
gameMoviePlay(MOVIE_CREDITS, 0);
break;
case MAIN_MENU_NEW_GAME:
Expand Down

0 comments on commit c4cc713

Please sign in to comment.