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 fd67ae2..64b3eed 100644
--- a/tetris.py
+++ b/tetris.py
@@ -217,6 +217,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