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)