rename a function
This commit is contained in:
@@ -272,7 +272,7 @@ Screen* ScreenManager::MakeNewScreen( CString sClassName )
|
|||||||
DISPLAY->ResetStats();
|
DISPLAY->ResetStats();
|
||||||
|
|
||||||
/* This is a convenient time to clean up our song cache. */
|
/* This is a convenient time to clean up our song cache. */
|
||||||
SONGMAN->CleanCourses();
|
SONGMAN->CleanData();
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -450,7 +450,7 @@ void SongManager::FreeCourses()
|
|||||||
|
|
||||||
/* Called periodically to wipe out cached NoteData. This is called when we change
|
/* Called periodically to wipe out cached NoteData. This is called when we change
|
||||||
* screens. */
|
* screens. */
|
||||||
void SongManager::CleanCourses()
|
void SongManager::CleanData()
|
||||||
{
|
{
|
||||||
for( unsigned i=0; i<m_pSongs.size(); i++ )
|
for( unsigned i=0; i<m_pSongs.size(); i++ )
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ public:
|
|||||||
|
|
||||||
void InitCoursesFromDisk();
|
void InitCoursesFromDisk();
|
||||||
void FreeCourses();
|
void FreeCourses();
|
||||||
void CleanCourses();
|
void CleanData();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user