From 16afd86637b934f8962897317f82508121dc5bdd Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 22 Feb 2004 08:20:36 +0000 Subject: [PATCH] fix gcc compile --- stepmania/src/ProfileHtml.cpp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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);