]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_light.c
A minor removal of a few pieces of dead code. Nothing major. This is
[xonotic/darkplaces.git] / cl_light.c
index 68cb9e768d57d8d395106cfd31298f92cee445cd..9ab6ea3290da393b7b09cc725f6d41254ae5610e 100644 (file)
@@ -1,3 +1,4 @@
+
 #include "quakedef.h"
 
 dlight_t cl_dlights[MAX_DLIGHTS];
@@ -78,4 +79,3 @@ void CL_DecayLights (void)
        }
 }
 
-