don't use m_sID hackery

This commit is contained in:
Glenn Maynard
2005-05-31 07:29:58 +00:00
parent c0d8400a6e
commit 934b176bda
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -276,8 +276,8 @@ void ScreenSelectMusic::Init()
if( SHOW_PANES )
{
m_PaneDisplay[p].SetName( "PaneDisplay", ssprintf("PaneDisplayP%d",p+1) );
m_PaneDisplay[p].Load( p );
m_PaneDisplay[p].SetName( ssprintf("PaneDisplayP%d",p+1) );
m_PaneDisplay[p].Load( "PaneDisplay", p );
SET_XY( m_PaneDisplay[p] );
this->AddChild( &m_PaneDisplay[p] );
}