SetEffectNone -> StopEffect

This commit is contained in:
Chris Danford
2005-07-24 03:11:03 +00:00
parent 9cf25ad2b1
commit 1fffd48c57
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ void DifficultyMeter::SetInternal( int iMeter, Difficulty dc, const CString &sDi
if( iMeter > m_iGlowIfMeterGreaterThan )
m_textFeet.SetEffectGlowShift();
else
m_textFeet.SetEffectNone();
m_textFeet.StopEffect();
}
if( m_bShowMeter )