unneeded
This commit is contained in:
@@ -25,9 +25,6 @@ public:
|
||||
virtual void OnNextSong( int iSongInCourseIndex, Steps* pNotes, NoteData* pNoteData ); // before a song plays (called multiple times if course)
|
||||
virtual void HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTapsInRow, int iNumAdditions );
|
||||
virtual void HandleHoldScore( HoldNoteScore holdScore, TapNoteScore tapScore );
|
||||
virtual int TapNoteScoreToDancePoints( TapNoteScore tns ) { return 0; };
|
||||
virtual int HoldNoteScoreToDancePoints( HoldNoteScore hns ) { return 0; };
|
||||
virtual int GetPossibleDancePoints( const NoteData* pNoteData ) { return 0; };
|
||||
|
||||
protected:
|
||||
void LaunchAttack( AttackLevel al );
|
||||
|
||||
Reference in New Issue
Block a user