[Change] Lowering default ms delay to trigger afterburner from 500 to 200.
This commit is contained in:
parent
1051a39a09
commit
046259db79
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user