From 5c6bfcde5d35c2462dbeda5e3697249faf095e86 Mon Sep 17 00:00:00 2001 From: kju Date: Tue, 12 Jan 2010 21:52:08 +0000 Subject: [PATCH] Change chatter value for drop as requested by tunix. --- games/tetris/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/tetris/input.c b/games/tetris/input.c index 9fa16eb..d4b4ec9 100644 --- a/games/tetris/input.c +++ b/games/tetris/input.c @@ -40,7 +40,7 @@ #define TETRIS_INPUT_CHATTER_TICKS_LEFT 12 #define TETRIS_INPUT_CHATTER_TICKS_RIGHT 12 #define TETRIS_INPUT_CHATTER_TICKS_DOWN 12 -#define TETRIS_INPUT_CHATTER_TICKS_DROP 48 +#define TETRIS_INPUT_CHATTER_TICKS_DROP 20 // wait cycles per level (array of uint8_t) #define TETRIS_INPUT_LVL_CYCLES 200, 133, 100, 80, 66, 57, 50, 44, 40, 36, 33, \