cleanup StepsType enum names

This commit is contained in:
Chris Danford
2008-12-21 01:53:48 +00:00
parent 01979945d3
commit e3155aec51
17 changed files with 163 additions and 161 deletions
+1 -1
View File
@@ -466,7 +466,7 @@ void ScreenNetSelectMusic::StartSelectedSong()
{
Song * pSong = m_MusicWheel.GetSelectedSong();
GAMESTATE->m_pCurSong.Set( pSong );
StepsType st = GAMESTATE->GetCurrentStyle()->m_StepsType; //STEPS_TYPE_DANCE_SINGLE;
StepsType st = GAMESTATE->GetCurrentStyle()->m_StepsType; //StepsType_dance_single;
FOREACH_EnabledPlayer (pn)
{
GAMESTATE->m_PreferredDifficulty[pn].Set( m_DC[pn] );