small comment note... dunno if this makes a difference

This commit is contained in:
AJ Kelly
2012-03-15 22:05:15 -05:00
parent 28937e2e2c
commit 069aebf940
+1
View File
@@ -123,6 +123,7 @@ void LifeMeterBar::ChangeLife( TapNoteScore score )
case TNS_CheckpointMiss:fDeltaLife = m_fLifePercentChange.GetValue(SE_CheckpointMiss); break;
}
// this was previously if( IsHot() && score < TNS_GOOD ) in 3.9... -freem
if( IsHot() && fDeltaLife < 0 )
fDeltaLife = min( fDeltaLife, -0.10f ); // make it take a while to get back to "hot"