run base earlier (before OnCommand)
This commit is contained in:
@@ -136,6 +136,8 @@ void ScreenWithMenuElements::Init()
|
|||||||
|
|
||||||
void ScreenWithMenuElements::BeginScreen()
|
void ScreenWithMenuElements::BeginScreen()
|
||||||
{
|
{
|
||||||
|
Screen::BeginScreen();
|
||||||
|
|
||||||
m_In.Reset();
|
m_In.Reset();
|
||||||
m_Out.Reset();
|
m_Out.Reset();
|
||||||
m_Cancel.Reset();
|
m_Cancel.Reset();
|
||||||
@@ -147,8 +149,6 @@ void ScreenWithMenuElements::BeginScreen()
|
|||||||
this->SortByDrawOrder();
|
this->SortByDrawOrder();
|
||||||
m_In.StartTransitioning( SM_DoneFadingIn );
|
m_In.StartTransitioning( SM_DoneFadingIn );
|
||||||
|
|
||||||
Screen::BeginScreen();
|
|
||||||
|
|
||||||
SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo(m_sName+" intro") );
|
SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo(m_sName+" intro") );
|
||||||
StartPlayingMusic();
|
StartPlayingMusic();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user