add MercifulMines option

This commit is contained in:
Chris Danford
2004-01-03 21:44:14 +00:00
parent 88ad647255
commit 97c5c0e2c1
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -456,6 +456,9 @@ void LifeMeterBar::ChangeLifeMine()
ASSERT(0);
}
if( PREFSMAN->m_bMercifulMines )
m_fLifePercentage *= m_fLifePercentage;
ChangeLife( fDeltaLife );
}