Fix: Updated preferred information based on song selected.

This commit is contained in:
Charles Lohr
2005-03-12 07:37:39 +00:00
parent 69bbcb071b
commit 10027b1291
+3
View File
@@ -448,6 +448,9 @@ void ScreenNetSelectMusic::StartSelectedSong()
GAMESTATE->m_pCurSteps[pn].Set( pSteps ); GAMESTATE->m_pCurSteps[pn].Set( pSteps );
} }
GAMESTATE->m_PreferredSortOrder = m_MusicWheel.GetSortOrder();
GAMESTATE->m_pPreferredSong = pSong;
TweenOffScreen(); TweenOffScreen();
StartTransitioning( SM_GoToNextScreen ); StartTransitioning( SM_GoToNextScreen );
} }