added option where player can choose to make 10-footers in red or not
This commit is contained in:
@@ -628,7 +628,7 @@ RageColor SongManager::GetSongColor( const Song* pSong )
|
||||
// if(pNotes->m_NotesType != nt)
|
||||
// continue;
|
||||
|
||||
if( pNotes->GetMeter() >= 10 )
|
||||
if( pNotes->GetMeter() >= 10 && PREFSMAN->m_bTenFooterInRed )
|
||||
return EXTRA_COLOR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user