diff --git a/stepmania/src/BitmapText.cpp b/stepmania/src/BitmapText.cpp index 856eed6081..fc0c36f378 100644 --- a/stepmania/src/BitmapText.cpp +++ b/stepmania/src/BitmapText.cpp @@ -363,4 +363,4 @@ void BitmapText::DrawPrimitives() DISPLAY->DrawQuads( v, iNumV ); } -} \ No newline at end of file +} diff --git a/stepmania/src/FootMeter.cpp b/stepmania/src/FootMeter.cpp index 9ebe0477c7..5f94c218d0 100644 --- a/stepmania/src/FootMeter.cpp +++ b/stepmania/src/FootMeter.cpp @@ -53,11 +53,12 @@ void FootMeter::SetFromNotes( Notes* pNotes ) void FootMeter::SetNumFeet( int iNumFeet ) { CString sNewText; - for( int f=0; f= 0.65 ) return GRADE_B; else if( fPercentDancePoints >= 0.45 ) return GRADE_C; else return GRADE_D; -} \ No newline at end of file +}