diff --git a/BGAnimations/ScreenSelectCourse decorations/default.lua b/BGAnimations/ScreenSelectCourse decorations/default.lua index 28211809..70428e93 100644 --- a/BGAnimations/ScreenSelectCourse decorations/default.lua +++ b/BGAnimations/ScreenSelectCourse decorations/default.lua @@ -8,21 +8,8 @@ local function InputHandler(event) if event.DeviceInput.button == "DeviceButton_left mouse button" then MESSAGEMAN:Broadcast("MouseLeftClick") end - if MusicWheel ~= nil and getenv("OPList") == 0 then - if event.GameButton == "MenuLeft" and GAMESTATE:IsPlayerEnabled(player) then - overlay:GetChild("MWChange"):play() - end - if event.GameButton == "MenuRight" and GAMESTATE:IsPlayerEnabled(player) then - overlay:GetChild("MWChange"):play() - end - end end -t[#t+1] = Def.Sound{ - Name="MWChange", - File=THEME:GetPathS("","MWChange/Default_MWC"), -}; - t[#t+1] = Def.Actor{ OnCommand=function(s) SCREENMAN:GetTopScreen():SetPrevScreenName("ScreenSelectMusic")