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
@@ -82,7 +82,7 @@ PlayerNumber StyleDef::ControllerToPlayerNumber( GameController controller ) con
}
}
bool StyleDef::MatchesNotesType( NotesType type ) const
bool StyleDef::MatchesNotesType( StepsType type ) const
{
if(type == m_NotesType) return true;