fix menu music params not being set
This commit is contained in:
@@ -140,6 +140,7 @@ void StartPlayingMusic( const RageTimer &when, const MusicToPlay &ToPlay, MusicP
|
|||||||
p.StartTime = when;
|
p.StartTime = when;
|
||||||
if( ToPlay.force_loop )
|
if( ToPlay.force_loop )
|
||||||
p.StopMode = RageSoundParams::M_LOOP;
|
p.StopMode = RageSoundParams::M_LOOP;
|
||||||
|
Playing.m_Music->SetParams( p );
|
||||||
|
|
||||||
Playing.m_Music->SetPositionSeconds( p.m_StartSecond );
|
Playing.m_Music->SetPositionSeconds( p.m_StartSecond );
|
||||||
Playing.m_Music->StartPlaying();
|
Playing.m_Music->StartPlaying();
|
||||||
|
|||||||
Reference in New Issue
Block a user