don't Reset between pages. This undoes the effects of InitCommand

This commit is contained in:
Chris Danford
2005-06-02 22:26:57 +00:00
parent 8d308c6e43
commit 83a4ac6237
-1
View File
@@ -638,7 +638,6 @@ float ScreenRanking::SetPage( PageToShow pts )
m_sprDifficulty[*iter]->SetHidden( !bShowDifficulty );
if( bShowDifficulty )
{
m_sprDifficulty[*iter]->Reset();
m_sprDifficulty[*iter]->SetXY( DIFFICULTY_X(*iter), DIFFICULTY_Y );
ON_COMMAND( m_sprDifficulty[*iter] );
}