Remove multiple notetypes per style. Not used, just clutter now.

This commit is contained in:
Glenn Maynard
2002-10-14 00:28:27 +00:00
parent c4702a277d
commit 5bbbbdcf92
12 changed files with 42 additions and 60 deletions
+2 -2
View File
@@ -81,9 +81,9 @@ PlayerNumber StyleDef::ControllerToPlayerNumber( GameController controller ) con
}
}
bool StyleDef::MatchesNotesType( NotesType type, int pn ) const
bool StyleDef::MatchesNotesType( NotesType type ) const
{
if(type == m_NotesTypes[pn]) return true;
if(type == m_NotesType) return true;
return false;
}