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
@@ -214,7 +214,7 @@ void ScreenSelectCharacter::BeforeRowChange( PlayerNumber pn )
{
case CHOOSING_CPU_CHARACTER:
case CHOOSING_HUMAN_CHARACTER:
m_sprCardArrows[pnAffected].SetEffectNone();
m_sprCardArrows[pnAffected].StopEffect();
break;
}
}