From ff22464f256450e58f11f22392c7deef590f7688 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 2 Apr 2006 08:05:42 +0000 Subject: [PATCH] removed a piece of debugging code git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6227 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_input.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cl_input.c b/cl_input.c index 78513ec4..4755d98a 100644 --- a/cl_input.c +++ b/cl_input.c @@ -510,8 +510,6 @@ void CL_UpdatePrydonCursor(void) Matrix4x4_Transform(&r_refdef.viewentitymatrix, temp, cl.cmd.cursor_end); // trace from view origin to the cursor cl.cmd.cursor_fraction = CL_SelectTraceLine(cl.cmd.cursor_start, cl.cmd.cursor_end, cl.cmd.cursor_impact, cl.cmd.cursor_normal, &cl.cmd.cursor_entitynumber, (chase_active.integer || cl.intermission) ? &cl.entities[cl.playerentity].render : NULL, false); - // makes sparks where cursor is - //CL_SparkShower(cl.cmd.cursor_impact, cl.cmd.cursor_normal, 5, 0); } void CL_ClientMovement_InputQW(qw_usercmd_t *cmd) -- 2.39.2