diff --git a/src/input.c b/src/input.c index ee8e3cb..a2c8bbe 100644 --- a/src/input.c +++ b/src/input.c @@ -33,7 +33,7 @@ const char* keybindNames[] = { /* Accel hacks. */ static unsigned int input_accelLast = 0; /* Used to see if double tap. */ -unsigned int input_afterburnSensibility = 500; /* ms between taps to afterburn. */ +unsigned int input_afterburnSensibility = 200; /* ms between taps to afterburn. */ /* From player.c */ extern double player_turn;