Feature Modification: BLINK mode blinks as it does on EZ2

This commit is contained in:
Andrew Livy
2002-09-05 20:08:43 +00:00
parent 53f78e97fa
commit 44c73fe02a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ float ArrowGetPercentVisible( PlayerNumber pn, float fYPos )
fAlpha = 0;
break;
case PlayerOptions::APPEARANCE_BLINK: // this is an Ez2dancer Appearance Mode
fAlpha = sinf( TIMER->GetTimeSinceStart()*3 );
fAlpha = sinf( TIMER->GetTimeSinceStart()*12 );
fAlpha = froundf( fAlpha, 0.3333f );
break;
default: