code cleanup

This commit is contained in:
Chris Danford
2002-02-24 01:43:11 +00:00
parent f2a7f50634
commit 54f442350a
36 changed files with 1019 additions and 1568 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ void GrayArrow::SetBeat( const float fSongBeat )
SetState( fmod(fSongBeat,1)<0.25 ? 1 : 0 );
}
void GrayArrow::Step( StepScore score )
void GrayArrow::Step()
{
SetZoom( 0.50 );
BeginTweening( GRAY_ARROW_POP_UP_TIME );