SetName before calling Load()

This commit is contained in:
Josh Allen
2006-08-13 22:22:44 +00:00
parent ea7297dde5
commit c0df236306
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -73,8 +73,8 @@ void ScreenNetSelectMusic::Init()
this->AddChild( &m_DifficultyMeters[p] );
}
m_MusicWheel.Load( "MusicWheel" );
m_MusicWheel.SetName( "MusicWheel" );
m_MusicWheel.Load( "MusicWheel" );
SET_XY( m_MusicWheel );
m_MusicWheel.BeginScreen();
ON_COMMAND( m_MusicWheel );