fix interaction between scoring and transforms that insert new notes

This commit is contained in:
Chris Danford
2003-08-10 06:23:24 +00:00
parent a2ebcfce01
commit 0e3375ab2d
4 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public:
// before a song plays (called multiple times if course)
void OnNextSong( int iSongInCourseIndex, Steps* pNotes, NoteData* pNoteData );
void HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTapsInRow );
void HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTapsInRow, int iNumAdditions );
void HandleHoldScore( HoldNoteScore holdScore, TapNoteScore tapScore );
int TapNoteScoreToDancePoints( TapNoteScore tns );