Put this in ScreenBeginCommand.

This commit is contained in:
Steve Checkoway
2006-08-18 01:26:22 +00:00
parent 3fbb839a67
commit 86c55da959
+1 -6
View File
@@ -175,14 +175,9 @@ void ScreenSelectMusic::BeginScreen()
{
ScreenWithMenuElements::BeginScreen();
OPTIONS_MENU_AVAILABLE.Load( m_sName, "OptionsMenuAvailable" );
// Set up stage mods.
Lua *L = LUA->Get();
LuaHelpers::Call( L, "SetupStageMods" );
LUA->Release( L );
m_MusicWheel.BeginScreen();
m_bMadeChoice = false;
m_bGoToOptions = false;
m_bAllowOptionsMenu = m_bAllowOptionsMenuRepeat = false;