From b1ad390501de5c71e225df06dbc7984cd6c7c185 Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Tue, 31 Dec 2019 04:44:49 -0500 Subject: [PATCH] Update ldris.lua --- ldris.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ldris.lua b/ldris.lua index 10c8925..fb57be8 100644 --- a/ldris.lua +++ b/ldris.lua @@ -986,6 +986,10 @@ local startGame = function(playerNumber) draw() + + game.cancelTimer(dropTimer) + game.cancelTimer(lockTimer) + dropTimer = game.startTimer(0) inputTimer = game.startTimer(game.inputDelay) game.cancelTimer(lockTimer or 0)