fix judgment from previous song hangs around when switching course songs

This commit is contained in:
Chris Danford
2004-03-24 07:05:50 +00:00
parent 2ea476c3a7
commit 7695e4bdf4
2 changed files with 16 additions and 14 deletions
+4 -2
View File
@@ -74,10 +74,10 @@ Judgment::Judgment()
void Judgment::Reset()
{
m_sprJudgment.SetDiffuse( RageColor(1,1,1,0) );
m_sprJudgment.StopTweening();
m_sprJudgment.FinishTweening();
m_sprJudgment.SetXY( 0, 0 );
m_sprJudgment.SetEffectNone();
m_sprJudgment.SetHidden( true );
}
void Judgment::SetJudgment( TapNoteScore score )
@@ -86,6 +86,8 @@ void Judgment::SetJudgment( TapNoteScore score )
Reset();
m_sprJudgment.SetHidden( false );
switch( score )
{
case TNS_MARVELOUS: