From d36a97d612267a144fd9b042f42cd74e3fe64bee Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Wed, 3 Nov 2021 17:35:59 -0400 Subject: [PATCH] 3694 -> 3701 --- tetris/modes/marathon_st.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tetris/modes/marathon_st.lua b/tetris/modes/marathon_st.lua index d9d5602..3025896 100644 --- a/tetris/modes/marathon_st.lua +++ b/tetris/modes/marathon_st.lua @@ -124,7 +124,7 @@ function MarathonSTGame:advanceOneFrame() end return false end - if self.roll_frames > 3694 then + if self.roll_frames > 3701 then switchBGM(nil) self.completed = true end