allow specifying a custom MusicWheel type

This commit is contained in:
Chris Danford
2005-03-17 09:34:05 +00:00
parent 5f68c5977a
commit 0eb271a1b1
6 changed files with 90 additions and 50 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ void ScreenNetSelectMusic::Init()
this->AddChild( &m_DifficultyMeters[p] );
}
m_MusicWheel.Load();
m_MusicWheel.Load( "MusicWheel" );
m_MusicWheel.SetName( "MusicWheel", "Wheel" );
SET_XY( m_MusicWheel );
m_MusicWheel.TweenOnScreen();