cleanup
This commit is contained in:
@@ -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( ¬edata );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user