diff --git a/stepmania/src/SongManager.cpp b/stepmania/src/SongManager.cpp index 2f5a11ef7c..5636aab698 100644 --- a/stepmania/src/SongManager.cpp +++ b/stepmania/src/SongManager.cpp @@ -999,7 +999,11 @@ struct CategoryScoreToInsert } }; -void SongManager::AddScores( NotesType nt, bool bPlayerEnabled[NUM_PLAYERS], RankingCategory hsc[NUM_PLAYERS], float fScore[NUM_PLAYERS], int iNewRecordIndexOut[NUM_PLAYERS] ) // set iNewRecordIndex = -1 if not a new record +// set iNewRecordIndex = -1 if not a new record +void SongManager::AddScores( NotesType nt, bool bPlayerEnabled[NUM_PLAYERS], + RankingCategory hsc[NUM_PLAYERS], + float fScore[NUM_PLAYERS], + int iNewRecordIndexOut[NUM_PLAYERS] ) { vector vHS; for( int p=0; p