metrics cleanup

This commit is contained in:
Chris Danford
2004-11-09 07:02:25 +00:00
parent 425299cbd4
commit 7cfa03acc7
+2 -1
View File
@@ -250,7 +250,8 @@ ScreenSelectMusic::ScreenSelectMusic( CString sClassName ) : ScreenWithMenuEleme
if( SHOW_PANES )
{
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] );
}