From 397bd8b7344d71903bb62212ee4594a4d4595b6c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 16 Nov 2002 08:54:15 +0000 Subject: [PATCH] more of the same --- stepmania/src/BitmapText.cpp | 2 +- stepmania/src/FootMeter.cpp | 5 +++-- stepmania/src/GameDef.cpp | 5 +++-- stepmania/src/GameState.cpp | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) 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 +}