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
@@ -31,7 +31,7 @@ void Judgment::Reset()
{
m_sprJudgment.FinishTweening();
m_sprJudgment.SetXY( 0, 0 );
m_sprJudgment.SetEffectNone();
m_sprJudgment.StopEffect();
m_sprJudgment.SetHidden( true );
}