Skip to content

Commit

Permalink
dont bother using fallback params for preview music playing
Browse files Browse the repository at this point in the history
this is apparently what kept causing music not to play when using 'selectsong'
  • Loading branch information
MinaciousGrace committed Nov 26, 2018
1 parent e2f0713 commit 264fb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScreenSelectMusic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ ScreenSelectMusic::CheckBackgroundRequests(bool bForce)
FallbackMusic.fFadeInLengthSeconds =
SAMPLE_MUSIC_FALLBACK_FADE_IN_SECONDS;
FallbackMusic.bAlignBeat = ALIGN_MUSIC_BEATS;
SOUND->PlayMusic(PlayParams, FallbackMusic);
SOUND->PlayMusic(PlayParams);
MESSAGEMAN->Broadcast("PlayingSampleMusic");
}
}
Expand Down

0 comments on commit 264fb63

Please sign in to comment.