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