summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i_joystick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_joystick.c b/src/i_joystick.c
index d61d6260..c363cfaa 100644
--- a/src/i_joystick.c
+++ b/src/i_joystick.c
@@ -41,7 +41,7 @@
// When an axis is within the dead zone, it is set to zero.
// This is 5% of the full range:
-#define DEAD_ZONE (32768 / 20)
+#define DEAD_ZONE (32768 / 3)
static SDL_Joystick *joystick = NULL;