NotesType => StepsType

This commit is contained in:
Chris Danford
2003-08-07 06:16:17 +00:00
parent c48fcfa313
commit f5cd95b4f9
30 changed files with 183 additions and 185 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ DifficultyDisplay::DifficultyDisplay()
}
}
void DifficultyDisplay::SetDifficulties( const Song* pSong, NotesType curType )
void DifficultyDisplay::SetDifficulties( const Song* pSong, StepsType curType )
{
for( int diff = DIFFICULTY_BEGINNER; diff <= DIFFICULTY_CHALLENGE; ++diff )
{