remove "StaticBG"

This commit is contained in:
Glenn Maynard
2005-10-27 22:11:06 +00:00
parent 609bd13b76
commit 30f076e682
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -443,12 +443,6 @@ void ScreenGameplay::Init()
this->AddChild( &m_BeginnerHelper );
}
m_sprStaticBackground.SetName( "StaticBG" );
m_sprStaticBackground.Load( THEME->GetPathG(m_sName,"Static Background") );
SET_XY( m_sprStaticBackground );
m_sprStaticBackground.SetDrawOrder( DRAW_ORDER_BEFORE_EVERYTHING ); // behind everything else
this->AddChild(&m_sprStaticBackground);
if( !GAMESTATE->m_bDemonstrationOrJukebox ) // only load if we're going to use it
{
m_Toasty.Load( THEME->GetPathB(m_sName,"toasty") );