I suppose that this is a better way to do it

This commit is contained in:
Sean Burke
2006-05-16 10:04:36 +00:00
parent bce9d557dc
commit 498c8fcefb
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -728,6 +728,8 @@ RageColor Course::GetColor() const
switch( PREFSMAN->m_CourseSortOrder )
{
case PrefsManager::COURSE_SORT_PREFERRED:
break;
case PrefsManager::COURSE_SORT_SONGS:
if( m_vEntries.size() >= 7 ) return SORT_LEVEL2_COLOR;
else if( m_vEntries.size() >= 4 ) return SORT_LEVEL4_COLOR;