don't load commands in BeginScreen

This commit is contained in:
Glenn Maynard
2007-05-02 00:09:16 +00:00
parent a6d22c5422
commit af664d1af0
+2 -1
View File
@@ -119,11 +119,12 @@ void ScreenRanking::Init()
m_textStepsType.LoadFromFont( THEME->GetPathF(m_sName,"steps type") );
m_textStepsType.SetShadowLength( 0 );
this->AddChild( &m_textStepsType );
LOAD_ALL_COMMANDS( m_textStepsType );
}
void ScreenRanking::BeginScreen()
{
LOAD_ALL_COMMANDS_AND_SET_XY( m_textStepsType );
SET_XY( m_textStepsType );
m_iNextPageToShow = 0;