base class's job
This commit is contained in:
@@ -82,8 +82,6 @@ void ScreenEz2SelectPlayer::Init()
|
||||
}
|
||||
|
||||
SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo("select player intro") );
|
||||
|
||||
SOUND->PlayMusic( THEME->GetPathS("ScreenSelectPlayer","music") );
|
||||
}
|
||||
|
||||
/************************************
|
||||
|
||||
@@ -262,8 +262,6 @@ ScreenNameEntry::ScreenNameEntry( CString sClassName ) : Screen( sClassName )
|
||||
|
||||
m_soundStep.Load( THEME->GetPathS("ScreenNameEntry","step") );
|
||||
|
||||
SOUND->PlayMusic( THEME->GetPathS("ScreenNameEntry","music") );
|
||||
|
||||
m_fFakeBeat = 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -76,8 +76,6 @@ void ScreenNetworkOptions::Init()
|
||||
InitMenu( vDefs, vHands );
|
||||
|
||||
m_pRows[PO_SCOREBOARD]->SetOneSharedSelection(PREFSMAN->m_bEnableScoreboard);
|
||||
|
||||
SOUND->PlayMusic( THEME->GetPathS("ScreenMachineOptions","music") );
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -81,8 +81,6 @@ void ScreenProfileOptions::Init()
|
||||
vector<OptionRowDefinition> vDefs( &g_ProfileOptionsLines[0], &g_ProfileOptionsLines[ARRAYSIZE(g_ProfileOptionsLines)] );
|
||||
vector<OptionRowHandler*> vHands( vDefs.size(), NULL );
|
||||
InitMenu( vDefs, vHands );
|
||||
|
||||
SOUND->PlayMusic( THEME->GetPathS("ScreenMachineOptions","music") );
|
||||
}
|
||||
|
||||
void ScreenProfileOptions::ImportOptions( int iRow, const vector<PlayerNumber> &vpns )
|
||||
|
||||
@@ -141,8 +141,6 @@ void ScreenSelectCharacter::Init()
|
||||
|
||||
SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo("select group intro") );
|
||||
|
||||
SOUND->PlayMusic( THEME->GetPathS("ScreenSelectCharacter","music") );
|
||||
|
||||
FOREACH_PlayerNumber( p )
|
||||
{
|
||||
if( GAMESTATE->IsHumanPlayer(p) )
|
||||
|
||||
@@ -121,8 +121,6 @@ void ScreenSelectGroup::Init()
|
||||
|
||||
SOUND->PlayOnceFromAnnouncer( "select group intro" );
|
||||
|
||||
SOUND->PlayMusic( THEME->GetPathS("ScreenSelectGroup","music") );
|
||||
|
||||
AfterChange();
|
||||
m_GroupList.SetSelection(0);
|
||||
|
||||
|
||||
@@ -81,8 +81,6 @@ void ScreenSetTime::Init()
|
||||
m_Selection = (SetTimeSelection)0;
|
||||
ChangeSelection( 0 );
|
||||
|
||||
SOUND->PlayMusic( THEME->GetPathS(m_sName,"music") );
|
||||
|
||||
this->SortByDrawOrder();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user