]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
removed a piece of debugging code
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 2 Apr 2006 08:05:42 +0000 (08:05 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 2 Apr 2006 08:05:42 +0000 (08:05 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6227 d7cf8633-e32d-0410-b094-e92efae38249

cl_input.c

index 78513ec43b36abe8b21ca23318e2ed390f16af42..4755d98a14bd13f6975cc3d8b435d313d9ec6c8c 100644 (file)
@@ -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)