Disabled BGM for now since the only music is the pacer test (not selectable in game) and the credit roll

This commit is contained in:
Oshisaure 2020-10-14 19:30:37 +01:00
parent d978ff8d87
commit d9f5bd16d7

View File

@ -6,7 +6,7 @@ bgm = {
}
local current_bgm = nil
local bgm_locked = false
local bgm_locked = true
function switchBGM(sound, subsound)
if bgm_locked then return end