style fix
This commit is contained in:
@@ -1152,10 +1152,8 @@ void SongManager::SortSongs()
|
|||||||
void SongManager::UpdateRankingCourses()
|
void SongManager::UpdateRankingCourses()
|
||||||
{
|
{
|
||||||
/* Updating the ranking courses data is fairly expensive
|
/* Updating the ranking courses data is fairly expensive
|
||||||
* since it involves comparing strings. Do so sparingly.
|
* since it involves comparing strings. Do so sparingly. */
|
||||||
*/
|
|
||||||
CStringArray RankingCourses;
|
CStringArray RankingCourses;
|
||||||
|
|
||||||
split( THEME->GetMetric("ScreenRanking","CoursesToShow"),",", RankingCourses);
|
split( THEME->GetMetric("ScreenRanking","CoursesToShow"),",", RankingCourses);
|
||||||
|
|
||||||
for( unsigned i=0; i < m_pCourses.size(); i++ )
|
for( unsigned i=0; i < m_pCourses.size(); i++ )
|
||||||
|
|||||||
Reference in New Issue
Block a user