about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/g_tuning.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_tuning.h b/src/game/g_tuning.h
index 8ed5e8eb..d35ef148 100644
--- a/src/game/g_tuning.h
+++ b/src/game/g_tuning.h
@@ -7,7 +7,7 @@ MACRO_TUNING_PARAM(air_jump_impulse, 11.5f)
 MACRO_TUNING_PARAM(air_control_speed, 250.0f / ticks_per_second)
 MACRO_TUNING_PARAM(air_control_accel, 1.5f)
 MACRO_TUNING_PARAM(air_friction, 0.95f)
-MACRO_TUNING_PARAM(hook_length, 34*10.0f)
+MACRO_TUNING_PARAM(hook_length, 380.0f)
 MACRO_TUNING_PARAM(hook_fire_speed, 80.0f)
 MACRO_TUNING_PARAM(hook_drag_accel, 3.0f)
 MACRO_TUNING_PARAM(hook_drag_speed, 15.0f)