fixed freeze arrows for previous commit (after failing a song perfects/marv is worth 10 points, great 5)
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
virtual void OnNextSong( int iSongInCourseIndex, Notes* pNotes ) = 0; // before a song plays (called multiple times if course)
|
||||
|
||||
virtual void HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTapsInRow, bool failed) = 0;
|
||||
virtual void HandleHoldScore( HoldNoteScore holdScore, TapNoteScore tapScore ) = 0;
|
||||
virtual void HandleHoldScore( HoldNoteScore holdScore, TapNoteScore tapScore, bool failed ) = 0;
|
||||
|
||||
virtual int TapNoteScoreToDancePoints( TapNoteScore tns ) = 0;
|
||||
virtual int HoldNoteScoreToDancePoints( HoldNoteScore hns ) = 0;
|
||||
|
||||
Reference in New Issue
Block a user