diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index 849f141411..52daaab324 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -66,6 +66,9 @@ ScreenSelectMusic::ScreenSelectMusic() : Screen("ScreenSelectMusic") m_Menu.Load( "ScreenSelectMusic" ); this->AddChild( &m_Menu ); + m_MusicWheel.SetName( "Wheel" ); + this->AddChild( &m_MusicWheel ); + // this is loaded SetSong and TweenToSong m_Banner.SetName( "Banner" ); m_Banner.SetCroppedSize( BANNER_WIDTH, BANNER_HEIGHT ); @@ -98,9 +101,6 @@ ScreenSelectMusic::ScreenSelectMusic() : Screen("ScreenSelectMusic") m_textSongOptions.LoadFromFont( THEME->GetPathToF("Common normal") ); this->AddChild( &m_textSongOptions ); - m_MusicWheel.SetName( "Wheel" ); - this->AddChild( &m_MusicWheel ); - for( p=0; pIsHumanPlayer(p) )