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