]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_light.h
workaround for bounds checking error in loading texture lump
[xonotic/darkplaces.git] / r_light.h
index ac6d2563bdcb2f7eba706974c46340b7b548e1f0..b52a4cdc67a5db6ebcdb1f8aab41dbeafc14f08b 100644 (file)
--- a/r_light.h
+++ b/r_light.h
@@ -7,7 +7,6 @@ typedef struct
        float   radius;
        float   die;                            // stop lighting after this time
        float   decay;                          // drop this each second
-       float   minlight;                       // don't add when contributing less
        int             key;
        vec3_t  color;                          // LordHavoc: colored lighting
        qboolean        dark;                   // subtracts light instead of adding