Cleanup.
This commit is contained in:
@@ -18,11 +18,6 @@ ScoreKeeperRave::ScoreKeeperRave( PlayerState* pPlayerState, PlayerStageStats* p
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScoreKeeperRave::OnNextSong( int iSongInCourseIndex, const Steps* pSteps, const NoteData* pNoteData )
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void ScoreKeeperRave::HandleTapScore( const TapNote &tn )
|
void ScoreKeeperRave::HandleTapScore( const TapNote &tn )
|
||||||
{
|
{
|
||||||
TapNoteScore score = tn.result.tns;
|
TapNoteScore score = tn.result.tns;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* ScoreKeeperRave - Launches attacks in PLAY_MODE_RAVE. */
|
/* ScoreKeeperRave - Launches attacks in PLAY_MODE_RAVE. */
|
||||||
|
|
||||||
#ifndef ScoreKeeperRave_H
|
#ifndef SCORE_KEEPER_RAVE_H
|
||||||
#define ScoreKeeperRave_H
|
#define SCORE_KEEPER_RAVE_H
|
||||||
|
|
||||||
#include "ScoreKeeper.h"
|
#include "ScoreKeeper.h"
|
||||||
#include "GameConstantsAndTypes.h"
|
#include "GameConstantsAndTypes.h"
|
||||||
@@ -11,8 +11,7 @@ class ScoreKeeperRave : public ScoreKeeper
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ScoreKeeperRave( PlayerState *pPlayerState, PlayerStageStats *pPlayerStageStats );
|
ScoreKeeperRave( PlayerState *pPlayerState, PlayerStageStats *pPlayerStageStats );
|
||||||
virtual ~ScoreKeeperRave() { }
|
void OnNextSong( int iSongInCourseIndex, const Steps *pSteps, const NoteData *pNoteData ) { }
|
||||||
void OnNextSong( int iSongInCourseIndex, const Steps* pSteps, const NoteData* pNoteData ); // before a song plays (called multiple times if course)
|
|
||||||
void HandleTapScore( const TapNote &tn );
|
void HandleTapScore( const TapNote &tn );
|
||||||
void HandleTapRowScore( const NoteData &nd, int iRow );
|
void HandleTapRowScore( const NoteData &nd, int iRow );
|
||||||
void HandleHoldScore( const TapNote &tn );
|
void HandleHoldScore( const TapNote &tn );
|
||||||
|
|||||||
Reference in New Issue
Block a user