fix loaded twice

This commit is contained in:
Glenn Maynard
2005-08-30 17:57:30 +00:00
parent 0dcabed9a9
commit 1129de388d
-1
View File
@@ -284,7 +284,6 @@ void ScreenSelectMusic::Init()
m_sprOptionsMessage.SetHidden( true );
m_sprOptionsMessage.SetDrawOrder( DRAW_ORDER_TRANSITIONS+1 );
SET_XY( m_sprOptionsMessage );
ActorUtil::LoadAllCommands( m_sprOptionsMessage, m_sName );
this->AddChild( &m_sprOptionsMessage );
m_bgOptionsOut.Load( THEME->GetPathB(m_sName,"options out") );