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

pull/3/head
Oshisaure 2020-10-14 19:30:37 +01:00
parent d978ff8d87
commit d9f5bd16d7
1 changed files with 1 additions and 1 deletions

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