added option where player can choose to make 10-footers in red or not

This commit is contained in:
Andrew Wong
2003-07-15 08:35:47 +00:00
parent a1e82c2f8b
commit 9f03c16445
4 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -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;
}