This commit is contained in:
Glenn Maynard
2005-09-07 20:47:33 +00:00
parent 8b9bf0d31a
commit 253669547f
2 changed files with 1 additions and 4 deletions
+1 -3
View File
@@ -37,8 +37,6 @@ void ScreenWithMenuElements::Init()
Screen::Init();
FIRST_UPDATE_COMMAND.Load( m_sName, "FirstUpdateCommand" );
ASSERT( this->m_SubActors.empty() ); // don't call Init twice!
m_autoHeader.Load( THEME->GetPathG(m_sName,"header") );
@@ -155,7 +153,7 @@ void ScreenWithMenuElements::BeginScreen()
StartPlayingMusic();
/* Evaluate FirstUpdateCommand. */
this->RunCommands( FIRST_UPDATE_COMMAND );
this->PlayCommand( "FirstUpdate" );
}
void ScreenWithMenuElements::TweenOnScreen()