add GetBestCourses

This commit is contained in:
Glenn Maynard
2003-11-17 03:20:39 +00:00
parent 72bf71edfa
commit eba07e8228
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -1344,6 +1344,9 @@ void SongManager::UpdateBest()
{
m_pBestSongs[i] = m_pSongs;
SortSongPointerArrayByMostPlayed( m_pBestSongs[i], (MemoryCard) i );
m_pBestCourses[i] = m_pCourses;
SortCoursePointerArrayByMostPlayed( m_pBestCourses[i], (MemoryCard) i );
}
}