Skip to content

Commit 94252fa

Browse files
committed
fix: select.def musicvictory parameter not working.
1 parent a9fe102 commit 94252fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/script/start.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4079,7 +4079,7 @@ function start.f_stageMusic()
40794079
return
40804080
end
40814081
-- Reset
4082-
if roundstart() then
4082+
if roundstart() and (roundno() == 1 or start.bgmstate == 1) then
40834083
didLoadStageBGM = false
40844084
end
40854085
-- bgmusic / bgmusic.roundX / bgmusic.final

0 commit comments

Comments
 (0)