do game graphic in xml

This commit is contained in:
Glenn Maynard
2005-06-25 03:37:17 +00:00
parent 458bce4f0a
commit 1f15d3b0a0
3 changed files with 0 additions and 13 deletions
-6
View File
@@ -42,12 +42,6 @@ void ScreenTitleMenu::Init()
{
ScreenSelectMaster::Init();
m_sprLogo.Load( THEME->GetPathG(m_sName,GAMESTATE->GetCurrentGame()->m_szName) );
m_sprLogo->SetName( "Logo" );
m_sprLogo->SetDrawOrder( -1 );
this->AddChild( m_sprLogo );
SET_XY_AND_ON_COMMAND( m_sprLogo );
this->SortByDrawOrder();
SOUND->PlayOnceFromAnnouncer( "title menu game name" );