diff --git a/stepmania/src/ProfileHtml.cpp b/stepmania/src/ProfileHtml.cpp index 7872f82776..f3a8c73a5f 100644 --- a/stepmania/src/ProfileHtml.cpp +++ b/stepmania/src/ProfileHtml.cpp @@ -386,7 +386,8 @@ void PrintPopularity( RageFile &f, const Profile *pProfile, CString sTitle, vect PRINT_OPEN(f, "Most Popular Songs" ); { BEGIN_TABLE(1); - for( unsigned i=0; iGetSongNumTimesPlayed(pSong); @@ -406,7 +407,8 @@ void PrintPopularity( RageFile &f, const Profile *pProfile, CString sTitle, vect PRINT_OPEN(f, "Least Popular Songs" ); { BEGIN_TABLE(1); - for( unsigned i=0; iGetSongNumTimesPlayed(pSong); @@ -428,7 +430,8 @@ void PrintPopularity( RageFile &f, const Profile *pProfile, CString sTitle, vect PRINT_OPEN(f, "Most Popular Steps" ); { BEGIN_TABLE(1); - for( unsigned i=0; iGetStepsNumTimesPlayed(pSteps); @@ -455,7 +458,8 @@ void PrintPopularity( RageFile &f, const Profile *pProfile, CString sTitle, vect PRINT_OPEN(f, "Most Popular Courses" ); { BEGIN_TABLE(2); - for( unsigned i=0; iGetCourseNumTimesPlayed(pCourse);