From d9f5bd16d78907a0d180cce8d8b4a6177ca82f02 Mon Sep 17 00:00:00 2001 From: Oshisaure Date: Wed, 14 Oct 2020 19:30:37 +0100 Subject: [PATCH] Disabled BGM for now since the only music is the pacer test (not selectable in game) and the credit roll --- load/bgm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load/bgm.lua b/load/bgm.lua index 560c649..22843f3 100644 --- a/load/bgm.lua +++ b/load/bgm.lua @@ -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