From: Rudolf Polzer Date: Sat, 24 Jul 2010 17:23:12 +0000 (+0200) Subject: use a better factor X-Git-Tag: xonotic-v0.1.0preview~414^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=481254000fb8e2011e4e51f815540b54dd4808c7;p=xonotic%2Fxonotic-data.pk3dir.git use a better factor --- diff --git a/qcsrc/client/hook.qc b/qcsrc/client/hook.qc index 89dd4a6e3..efa16533d 100644 --- a/qcsrc/client/hook.qc +++ b/qcsrc/client/hook.qc @@ -176,7 +176,7 @@ void Draw_GrapplingHook() case ENT_CLIENT_HOOK: break; case ENT_CLIENT_LGBEAM: - pointparticles(particleeffectnum("electro_lightning"), b, normalize(a - b) * 1000, frametime); + pointparticles(particleeffectnum("electro_lightning"), b, normalize(a - b), frametime); break; case ENT_CLIENT_GAUNTLET: break;