]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
removed r_shadow_realtime_world_compilelight cvar and all code relating to it (no...
[xonotic/darkplaces.git] / client.h
index 9c06485f2fefafca4032ae337f6f8d2ee35b3c84..c50db411eb7269a06cc6dbddd35c227f5720a988 100644 (file)
--- a/client.h
+++ b/client.h
@@ -132,9 +132,8 @@ typedef struct rtlight_s
        int isstatic;
        // true if this is a compiled world light, cleared if the light changes
        int compiled;
-       // premade shadow volumes and lit surfaces to render for world entity
+       // premade shadow volumes to render for world entity
        shadowmesh_t *static_meshchain_shadow;
-       shadowmesh_t *static_meshchain_light;
        // used for visibility testing (more exact than bbox)
        int static_numleafs;
        int static_numleafpvsbytes;