name cleanup: NotesType -> StepsType

This commit is contained in:
Chris Danford
2004-07-12 02:19:24 +00:00
parent 6001123924
commit d412ab055d
20 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ PlayerNumber Style::ControllerToPlayerNumber( GameController controller ) const
}
}
bool Style::MatchesNotesType( StepsType type ) const
bool Style::MatchesStepsType( StepsType type ) const
{
if(type == m_StepsType) return true;