fix various graphical glitches

This commit is contained in:
Chris Danford
2003-04-15 18:32:34 +00:00
parent 4f43c7a91d
commit 228c9ba96b
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -492,7 +492,7 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName, Type type ) : Screen(sCl
UtilSetXYAndOnCommand( m_sprWinFrame[p], "ScreenEvaluation" );
this->AddChild( &m_sprWinFrame[p] );
m_sprWin[p].Load( THEME->GetPathToN("ScreenEvaluation win 2x2") );
m_sprWin[p].Load( THEME->GetPathToG("ScreenEvaluation win 2x2") );
m_sprWin[p].StopAnimating();
bool bIsWinner = GAMESTATE->GetWinner() == p;
m_sprWin[p].SetState( (bIsWinner?0:2) + p );