This commit is contained in:
Glenn Maynard
2006-01-18 20:34:35 +00:00
parent 481bb0526a
commit a5bb62352f
+3 -6
View File
@@ -658,13 +658,10 @@ void ScreenGameplay::Init()
pi->m_ptextStepsDescription->SetName( ssprintf("StepsDescription%s",pi->GetName().c_str()) );
SET_XY( pi->m_ptextStepsDescription );
this->AddChild( pi->m_ptextStepsDescription );
}
//
// Player/Song options
//
FOREACH_EnabledPlayerNumberInfo( m_vPlayerInfo, pi )
{
//
// Player/Song options
//
ASSERT( pi->m_ptextPlayerOptions == NULL );
pi->m_ptextPlayerOptions = new BitmapText;
pi->m_ptextPlayerOptions->LoadFromFont( THEME->GetPathF(m_sName,"player options") );