This commit is contained in:
Glenn Maynard
2003-08-13 19:23:25 +00:00
parent 1ecfc2e78a
commit 6e4e3b2f1d
-3
View File
@@ -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 );