This commit is contained in:
Glenn Maynard
2003-09-06 23:39:48 +00:00
parent 0860d0352c
commit f43bfac43a
2 changed files with 4 additions and 13 deletions
+1 -5
View File
@@ -33,11 +33,7 @@ ScoreKeeperMAX2::ScoreKeeperMAX2( const vector<Steps*>& apNotes_, const CStringA
int iTotalPossibleDancePoints = 0;
for( unsigned i=0; i<apNotes.size(); i++ )
{
// Steps* pSteps = apNotes[0];
Steps* pSteps = apNotes[i]; // this should reflect the
// song's steps since in oni mode all songs don't necessarily
// have the same number of steps
Steps* pSteps = apNotes[i];
NoteData notedata;
pSteps->GetNoteData( &notedata );