metrics cleanup
This commit is contained in:
@@ -250,7 +250,8 @@ ScreenSelectMusic::ScreenSelectMusic( CString sClassName ) : ScreenWithMenuEleme
|
|||||||
if( SHOW_PANES )
|
if( SHOW_PANES )
|
||||||
{
|
{
|
||||||
m_PaneDisplay[p].SetName( "PaneDisplay", ssprintf("PaneDisplayP%d",p+1) );
|
m_PaneDisplay[p].SetName( "PaneDisplay", ssprintf("PaneDisplayP%d",p+1) );
|
||||||
m_PaneDisplay[p].Load( (PlayerNumber) p );
|
m_PaneDisplay[p].Load( p );
|
||||||
|
SET_XY( m_PaneDisplay[p] );
|
||||||
this->AddChild( &m_PaneDisplay[p] );
|
this->AddChild( &m_PaneDisplay[p] );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user