This commit is contained in:
Glenn Maynard
2006-04-05 01:07:53 +00:00
parent b4dd9bdedd
commit a6479cfc12
+3 -2
View File
@@ -1426,10 +1426,11 @@ void ScreenSelectMusic::AfterMusicChange()
{
GAMESTATE->m_pCurSteps[p].Set( NULL );
GAMESTATE->m_pCurTrail[p].Set( NULL );
m_vpSteps.clear();
m_vpTrails.clear();
}
m_vpSteps.clear();
m_vpTrails.clear();
m_Banner.SetMovingFast( !!m_MusicWheel.IsMoving() );
vector<RString> m_Artists, m_AltArtists;