This commit is contained in:
Glenn Maynard
2004-06-01 08:24:00 +00:00
parent 2a808602e0
commit 85b045e775
-7
View File
@@ -14,8 +14,6 @@
#include "GhostArrow.h" #include "GhostArrow.h"
#include "NoteSkinManager.h" #include "NoteSkinManager.h"
#include "GameState.h" #include "GameState.h"
#include "NoteSkinManager.h"
GhostArrow::GhostArrow() GhostArrow::GhostArrow()
{ {
@@ -54,11 +52,6 @@ void GhostArrow::Init( PlayerNumber pn )
} }
} }
void GhostArrow::Update( float fDeltaTime )
{
ActorFrame::Update( fDeltaTime );
}
void GhostArrow::Step( TapNoteScore score ) void GhostArrow::Step( TapNoteScore score )
{ {
for( int i=0; i<NUM_TAP_NOTE_SCORES; i++ ) for( int i=0; i<NUM_TAP_NOTE_SCORES; i++ )