Oops, silly fix.

This commit is contained in:
Glenn Maynard
2003-09-04 07:43:58 +00:00
parent d7cf9cfcfc
commit d5a299df4e
+1 -1
View File
@@ -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;