fix correct song not being selected after exiting the mode/sort menus, due
to m_pCurSong being set to NULL
This commit is contained in:
@@ -1268,7 +1268,8 @@ void ScreenSelectMusic::AfterMusicChange()
|
||||
}
|
||||
|
||||
Song* pSong = m_MusicWheel.GetSelectedSong();
|
||||
GAMESTATE->m_pCurSong = pSong;
|
||||
if( pSong )
|
||||
GAMESTATE->m_pCurSong = pSong;
|
||||
|
||||
m_GrooveGraph.SetFromSong( pSong );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user