remove odd command loading (also, load commands in Init, not BeginScreen)
This commit is contained in:
@@ -192,7 +192,6 @@ void ScreenSelectMusic::BeginScreen()
|
|||||||
RageException::Throw( "The PlayMode has not been set. A theme must set the PlayMode before loading ScreenSelectMusic." );
|
RageException::Throw( "The PlayMode has not been set. A theme must set the PlayMode before loading ScreenSelectMusic." );
|
||||||
|
|
||||||
OPTIONS_MENU_AVAILABLE.Load( m_sName, "OptionsMenuAvailable" );
|
OPTIONS_MENU_AVAILABLE.Load( m_sName, "OptionsMenuAvailable" );
|
||||||
ActorUtil::LoadCommandFromName( *this, m_sName, "Mods", "" );
|
|
||||||
PlayCommand( "Mods" );
|
PlayCommand( "Mods" );
|
||||||
m_MusicWheel.BeginScreen();
|
m_MusicWheel.BeginScreen();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user