Fix extra stage by playing Mods before calling BeginScreen() on the music wheel. I'm not sure that this is the correct way to do this.

This commit is contained in:
Steve Checkoway
2007-04-02 00:14:11 +00:00
parent a6adfbb75d
commit 6aaa0f6b1b
+2 -1
View File
@@ -192,7 +192,8 @@ void ScreenSelectMusic::BeginScreen()
RageException::Throw( "The PlayMode has not been set. A theme must set the PlayMode before loading ScreenSelectMusic." );
OPTIONS_MENU_AVAILABLE.Load( m_sName, "OptionsMenuAvailable" );
ActorUtil::LoadCommandFromName( *this, m_sName, "Mods", "" );
PlayCommand( "Mods" );
m_MusicWheel.BeginScreen();
m_SelectionState = SelectionState_SelectingSong;