]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
r_ambient no longer alters the lightmap in q1bsp, instead it adds another render...
[xonotic/darkplaces.git] / model_shared.h
index 04012cd552552c874f7f80f437d76bef44012981..5cb24514ff8bc05fb86bf5e05663025f4321e619 100644 (file)
@@ -277,7 +277,6 @@ typedef struct model_brushq1_s
        int                             *light_stylevalue;
        msurface_t              ***light_styleupdatechains;
        msurface_t              **light_styleupdatechainsbuffer;
-       float                   light_ambient;
 
        mleaf_t *(*PointInLeaf)(struct model_s *model, const float *p);
        void (*BuildPVSTextureChains)(struct model_s *model);