cleanup
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
#include "GhostArrow.h"
|
||||
#include "NoteSkinManager.h"
|
||||
#include "GameState.h"
|
||||
#include "NoteSkinManager.h"
|
||||
|
||||
|
||||
GhostArrow::GhostArrow()
|
||||
{
|
||||
@@ -54,11 +52,6 @@ void GhostArrow::Init( PlayerNumber pn )
|
||||
}
|
||||
}
|
||||
|
||||
void GhostArrow::Update( float fDeltaTime )
|
||||
{
|
||||
ActorFrame::Update( fDeltaTime );
|
||||
}
|
||||
|
||||
void GhostArrow::Step( TapNoteScore score )
|
||||
{
|
||||
for( int i=0; i<NUM_TAP_NOTE_SCORES; i++ )
|
||||
|
||||
Reference in New Issue
Block a user