From c69d045490f37d22f7eb4b2dbf4e2ebf8a1e4782 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 6 Apr 2007 15:59:07 +0000 Subject: [PATCH] remove odd command loading (also, load commands in Init, not BeginScreen) --- stepmania/src/ScreenSelectMusic.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index c5661ab4a0..4cef805874 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -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();