10+ for extra

(this should probably be a theme metric)
This commit is contained in:
Glenn Maynard
2003-01-23 21:51:35 +00:00
parent 632c63d49d
commit 44414cbe31
+1 -1
View File
@@ -347,7 +347,7 @@ RageColor SongManager::GetSongColor( const Song* pSong )
for( unsigned i=0; i<pSong->m_apNotes.size(); i++ )
{
const Notes* pNotes = pSong->m_apNotes[i];
if( pNotes->GetMeter() == 10 )
if( pNotes->GetMeter() >= 10 )
return EXTRA_COLOR;
}