From 83a4ac62372a93b214123f7d4588e23e68363b95 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 2 Jun 2005 22:26:57 +0000 Subject: [PATCH] don't Reset between pages. This undoes the effects of InitCommand --- stepmania/src/ScreenRanking.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/ScreenRanking.cpp b/stepmania/src/ScreenRanking.cpp index 254835540f..623e98d4cc 100644 --- a/stepmania/src/ScreenRanking.cpp +++ b/stepmania/src/ScreenRanking.cpp @@ -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] ); }