refactor NoteSkins

This commit is contained in:
Glenn Maynard
2007-02-06 08:03:34 +00:00
parent ff42847669
commit a76708dd9f
7 changed files with 197 additions and 77 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ void GhostArrowRow::Load( const PlayerState* pPlayerState, float fYReverseOffset
m_bHoldIsActive.push_back( false );
m_bHoldWasActive.push_back( false );
m_Ghost.push_back( ActorUtil::MakeActor( NOTESKIN->GetPath(sButton, "tap explosion"), this ) );
m_Ghost.push_back( NOTESKIN->LoadActor(sButton, "Explosion", this) );
m_Ghost[c]->SetName( "GhostArrow" );
}
}