remove odd command loading (also, load commands in Init, not BeginScreen)

This commit is contained in:
Glenn Maynard
2007-04-06 15:59:07 +00:00
parent ff6263a9f3
commit c69d045490
-1
View File
@@ -192,7 +192,6 @@ 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();