From 1305172793c1713ad8e4b2f3cc2b4fc26d02c2ae Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 12 Aug 2003 00:07:00 +0000 Subject: [PATCH] This update is done as necessary *within* the SortCoursePointerArrayBy* functions. --- stepmania/src/MusicWheel.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index b6d22081f7..e68a6219c9 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -578,11 +578,6 @@ void MusicWheel::BuildWheelItemDatas( vector &arrayWheelItemDatas if (PREFSMAN->m_iCourseSortOrder != PrefsManager::COURSE_SORT_SONGS) { - // update course info first. It must be done here - // because doubles stats may differ from singles stats. - for(unsigned i = 0; i < apCourses.size(); i++) - apCourses[i]->UpdateCourseStats(); - if (PREFSMAN->m_iCourseSortOrder == PrefsManager::COURSE_SORT_METER) SortCoursePointerArrayByAvgDifficulty( apCourses );