update makefile, clean up ScoreKeeperShared

This commit is contained in:
AJ Kelly
2010-01-27 01:35:53 -06:00
parent 3e51544930
commit ecbfc2ca9b
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ void ScoreKeeperShared::OnNextSong( int iSongInCourseIndex, const Steps* pSteps,
{
vector<NoteData> vParts;
PlayerNumber pn = m_pPlayerState->m_PlayerNumber;
NoteDataUtil::SplitCompositeNoteData( *pNoteData, vParts );
ScoreKeeperNormal::OnNextSong( iSongInCourseIndex, pSteps, &vParts[pn] );
}