aboutsummaryrefslogtreecommitdiff
path: root/tetris.py
diff options
context:
space:
mode:
Diffstat (limited to 'tetris.py')
-rw-r--r--tetris.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tetris.py b/tetris.py
index a12ce15..9bab2ad 100644
--- a/tetris.py
+++ b/tetris.py
@@ -218,6 +218,7 @@ class TetrisGame(object):
self.board_animation(0,"up_arrow")
self.board_animation(1,"up_arrow")
self.start_time = None
+ self.input.reset()
self.update_gui()
self.handle_input() #this calls all other functions, such as add_player, start_game