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
@@ -1527,7 +1527,7 @@ Song* MusicWheel::GetSelectedSong()
{
Song* pSong = m_CurWheelItemData[iSelection]->m_pSong;
FOREACH( Difficulty, vDifficultiesToRequire, d )
if( !pSong->SongHasNotesTypeAndDifficulty(st,*d) )
if( !pSong->HasStepsTypeAndDifficulty(st,*d) )
goto skip_song;
return pSong;
}