This commit is contained in:
Glenn Maynard
2006-11-21 20:08:41 +00:00
parent ef3b1b7218
commit 737436885d
+1 -1
View File
@@ -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" );