simplify
This commit is contained in:
@@ -658,13 +658,10 @@ void ScreenGameplay::Init()
|
|||||||
pi->m_ptextStepsDescription->SetName( ssprintf("StepsDescription%s",pi->GetName().c_str()) );
|
pi->m_ptextStepsDescription->SetName( ssprintf("StepsDescription%s",pi->GetName().c_str()) );
|
||||||
SET_XY( pi->m_ptextStepsDescription );
|
SET_XY( pi->m_ptextStepsDescription );
|
||||||
this->AddChild( pi->m_ptextStepsDescription );
|
this->AddChild( pi->m_ptextStepsDescription );
|
||||||
}
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Player/Song options
|
// Player/Song options
|
||||||
//
|
//
|
||||||
FOREACH_EnabledPlayerNumberInfo( m_vPlayerInfo, pi )
|
|
||||||
{
|
|
||||||
ASSERT( pi->m_ptextPlayerOptions == NULL );
|
ASSERT( pi->m_ptextPlayerOptions == NULL );
|
||||||
pi->m_ptextPlayerOptions = new BitmapText;
|
pi->m_ptextPlayerOptions = new BitmapText;
|
||||||
pi->m_ptextPlayerOptions->LoadFromFont( THEME->GetPathF(m_sName,"player options") );
|
pi->m_ptextPlayerOptions->LoadFromFont( THEME->GetPathF(m_sName,"player options") );
|
||||||
|
|||||||
Reference in New Issue
Block a user