simplify
This commit is contained in:
@@ -57,7 +57,7 @@ void ScreenWithMenuElements::Init()
|
|||||||
this->AddChild( &m_sprStyleIcon );
|
this->AddChild( &m_sprStyleIcon );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( SHOW_STAGE && GAMESTATE->GetCurrentStyle() )
|
if( SHOW_STAGE )
|
||||||
{
|
{
|
||||||
m_sprStage.Load( THEME->GetPathG(m_sName,"stage") );
|
m_sprStage.Load( THEME->GetPathG(m_sName,"stage") );
|
||||||
m_sprStage->SetName( "Stage" );
|
m_sprStage->SetName( "Stage" );
|
||||||
|
|||||||
Reference in New Issue
Block a user