Fixed Song/Stage counter in Oni/Endless

This commit is contained in:
Chris Danford
2002-08-01 05:11:11 +00:00
parent 4e1bd74ee6
commit 0e0a328191
13 changed files with 119 additions and 98 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ void LifeMeterBar::ChangeLife( TapNoteScore score )
m_fLifePercentage += fDeltaLife;
CLAMP( m_fLifePercentage, 0, 1 );
if( m_fLifePercentage < FAIL_THRESHOLD )
if( m_fLifePercentage <= FAIL_THRESHOLD )
m_bFailedEarlier = true;
ResetBarVelocity();