Oops, silly fix.
This commit is contained in:
@@ -515,7 +515,7 @@ void LifeMeterBar::UpdateNonstopLifebar(const int cleared,
|
||||
|
||||
m_fLifeDifficulty = m_fBaseLifeDifficulty - 0.2f * ProgressiveLifebarDifficulty;
|
||||
if (total > 1)
|
||||
m_fLifeDifficulty *= cleared / (total - 1);
|
||||
m_fLifeDifficulty = m_fLifeDifficulty * cleared / (total - 1);
|
||||
|
||||
if (m_fLifeDifficulty >= 0.4) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user