removed unused music stops

main
Simon Kellet 2 months ago
parent 0a25d11ac5
commit da8bb7d083
  1. 1
      Menu/MenuKeyPressed.lua

@ -38,7 +38,6 @@ function MenuKeyPressed(key)
musicBattle:stop() musicBattle:stop()
musicMenu:stop() musicMenu:stop()
musicPause:stop() musicPause:stop()
musicStory:stop()
_G.GAMESTATE = "MENU" _G.GAMESTATE = "MENU"
love.load() love.load()
end end

Loading…
Cancel
Save