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,6 +1268,7 @@ void ScreenSelectMusic::AfterMusicChange()
|
|||||||
}
|
}
|
||||||
|
|
||||||
Song* pSong = m_MusicWheel.GetSelectedSong();
|
Song* pSong = m_MusicWheel.GetSelectedSong();
|
||||||
|
if( pSong )
|
||||||
GAMESTATE->m_pCurSong = pSong;
|
GAMESTATE->m_pCurSong = pSong;
|
||||||
|
|
||||||
m_GrooveGraph.SetFromSong( pSong );
|
m_GrooveGraph.SetFromSong( pSong );
|
||||||
|
|||||||
Reference in New Issue
Block a user