[Change] Lowering default ms delay to trigger afterburner from 500 to 200.

This commit is contained in:
Allanis 2013-06-23 13:28:32 +01:00
parent 1051a39a09
commit 046259db79

View File

@ -33,7 +33,7 @@ const char* keybindNames[] = {
/* Accel hacks. */ /* Accel hacks. */
static unsigned int input_accelLast = 0; /* Used to see if double tap. */ 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 */ /* From player.c */
extern double player_turn; extern double player_turn;