Remove fallback notes. More code than it's worth.
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user