fix merciful mines

This commit is contained in:
Chris Danford
2004-01-03 21:55:40 +00:00
parent 97c5c0e2c1
commit d4fd7adb1d
+1 -1
View File
@@ -457,7 +457,7 @@ void LifeMeterBar::ChangeLifeMine()
} }
if( PREFSMAN->m_bMercifulMines ) if( PREFSMAN->m_bMercifulMines )
m_fLifePercentage *= m_fLifePercentage; fDeltaLife *= SCALE( m_fLifePercentage, 0.f, 1.f, 0.5f, 1.f);
ChangeLife( fDeltaLife ); ChangeLife( fDeltaLife );
} }