summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/g_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/g_game.c b/src/g_game.c
index f46f0d72..dd2c2669 100644
--- a/src/g_game.c
+++ b/src/g_game.c
@@ -392,7 +392,7 @@ void G_BuildTiccmd (ticcmd_t* cmd)
// allowed an autorun effect
speed = key_speed >= NUMKEYS
- || joybspeed >= 10
+ || joybspeed >= 20
|| gamekeydown[key_speed]
|| joybuttons[joybspeed];