From cf2025aafddf7d6cdd2dfd8eef9984f172eb0672 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 10 Sep 2002 03:09:02 +0000 Subject: [PATCH] difficulty meter always shows 10 digits --- stepmania/TODO.chris | 2 -- stepmania/src/FootMeter.cpp | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/stepmania/TODO.chris b/stepmania/TODO.chris index bd6d21dc67..7f294fb1f0 100644 --- a/stepmania/TODO.chris +++ b/stepmania/TODO.chris @@ -12,8 +12,6 @@ make sure supports music in "Music" folder supports music folder if aditional dirs -meters always show 10 - "How to Play" explanation with the freeze arrows nearly takes up the entire screen. KeepAlive doesn't fold during how to play diff --git a/stepmania/src/FootMeter.cpp b/stepmania/src/FootMeter.cpp index d95fd9d290..17df6cb9b6 100644 --- a/stepmania/src/FootMeter.cpp +++ b/stepmania/src/FootMeter.cpp @@ -52,9 +52,9 @@ void FootMeter::SetFromNotes( Notes* pNotes ) void FootMeter::SetNumFeet( int iNumFeet ) { CString sNewText; - for( int f=0; f<=8; f++ ) + for( int f=0; f<=9; f++ ) sNewText += (f