about summary refs log tree commit diff
path: root/src/game/g_tuning.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-22 12:59:16 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-22 12:59:16 +0000
commitfc814009553cac9180a9009cd1bf206d809d6e73 (patch)
tree6015520dc981e6ecea3eecdba97bdc47fc67da29 /src/game/g_tuning.h
parent3dd090c705678277cc0f88d9b5dce663ae67e80c (diff)
downloadzcatch-fc814009553cac9180a9009cd1bf206d809d6e73.tar.gz
zcatch-fc814009553cac9180a9009cd1bf206d809d6e73.zip
tweaked hook length
Diffstat (limited to 'src/game/g_tuning.h')
-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)