Missing a music file is no longer a fatal error.
This commit is contained in:
@@ -771,7 +771,7 @@ void ScreenSelectMusic::PlayMusicSample()
|
||||
//LOG->Trace( "ScreenSelectSong::PlaySONGample()" );
|
||||
|
||||
Song* pSong = m_MusicWheel.GetSelectedSong();
|
||||
if( pSong )
|
||||
if( pSong && pSong->HasMusic() )
|
||||
{
|
||||
MUSIC->Stop();
|
||||
MUSIC->Load( pSong->GetMusicPath() );
|
||||
|
||||
Reference in New Issue
Block a user