Remove fallback notes. More code than it's worth.

This commit is contained in:
Glenn Maynard
2002-09-12 07:13:25 +00:00
parent f7a8c0fe61
commit 5ca26b37c2
6 changed files with 6 additions and 69 deletions
-2
View File
@@ -84,9 +84,7 @@ PlayerNumber StyleDef::ControllerToPlayerNumber( GameController controller ) con
bool StyleDef::MatchesNotesType( NotesType type, int pn ) const
{
if(type == m_NotesTypes[pn]) return true;
if(type == m_FallbackNotesType) return true;
return false;
}