]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
try predicting beam end
authorRudolf Polzer <divverent@alientrap.org>
Mon, 19 Jul 2010 10:54:30 +0000 (12:54 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 19 Jul 2010 10:54:30 +0000 (12:54 +0200)
qcsrc/client/hook.qc

index f67da87fe725f50e2007368c7264b72065050951..d15e34b44b25d029e1f345044deb0f842266dc05 100644 (file)
@@ -115,17 +115,22 @@ void Draw_GrapplingHook()
                vs = electro_shotorigin[s];
 
                if(self.sv_entnum == player_localentnum - 1)
+               {
                        a = view_origin + view_forward * vs_x + view_right * -vs_y + view_up * vs_z;
+                       b = a + view_forward * MAX_SHOT_DISTANCE;
+               }
                else
+               {
                        a = self.LGBeamStart;
-               b = self.LGBeamEnd;
+                       b = self.LGBeamEnd;
+               }
 
                tex = "particles/lgbeam";
                rgb = '1 1 1';
 
                Draw_GrapplingHook_trace_callback_tex = tex;
                Draw_GrapplingHook_trace_callback_rnd = random();
-               WarpZone_TraceBox_ThroughZone(a, '0 0 0', '0 0 0', b, MOVE_NOMONSTERS, world, world, Draw_GrapplingHook_trace_callback);
+               WarpZone_TraceBox_ThroughZone(a, '0 0 0', '0 0 0', b, MOVE_NORMAL, world, world, Draw_GrapplingHook_trace_callback);
                Draw_GrapplingHook_trace_callback_tex = string_null;
 
                // helps the sound