]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
got rid of dlightradius variable which was never actually used
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 28 Aug 2002 06:46:21 +0000 (06:46 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 28 Aug 2002 06:46:21 +0000 (06:46 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2294 d7cf8633-e32d-0410-b094-e92efae38249

cl_main.c

index 5e287a8fadd067607682edc4ccb7f59af707239b..ae47246bc675ad569a5297eea043428532fedcbf 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -349,7 +349,7 @@ static void CL_RelinkNetworkEntities()
 {
        entity_t *ent;
        int i, effects, temp;
-       float d, bobjrotate, bobjoffset, dlightradius, lerp;
+       float d, bobjrotate, bobjoffset, lerp;
        vec3_t oldorg, neworg, delta, dlightcolor, v, v2, mins, maxs;
 
        bobjrotate = ANGLEMOD(100*cl.time);
@@ -433,7 +433,6 @@ static void CL_RelinkNetworkEntities()
                CL_LerpUpdate(ent);
 
                // handle effects now...
-               dlightradius = 0;
                dlightcolor[0] = 0;
                dlightcolor[1] = 0;
                dlightcolor[2] = 0;