name cleanup

This commit is contained in:
Chris Danford
2004-06-02 05:52:16 +00:00
parent 6c692d953d
commit 0a5d0fb73f
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ void DifficultyDisplay::SetDifficulties( const Song* pSong, StepsType curType )
{
for( int diff = DIFFICULTY_BEGINNER; diff <= DIFFICULTY_CHALLENGE; ++diff )
{
if( pSong->SongHasNotesTypeAndDifficulty( curType, Difficulty(diff) ) )
if( pSong->HasStepsTypeAndDifficulty( curType, Difficulty(diff) ) )
m_difficulty[diff].Command( ICONONCOMMAND );
else
m_difficulty[diff].Command( ICONOFFCOMMAND );