]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
r_shadow_staticworldlights has mutated into r_shadow_realtime_world_compile, r_shadow...
[xonotic/darkplaces.git] / client.h
index 93a35e1ce72ea829dcfa9702ea7f280aaa94963b..7dec18fff5411538cd62ede1c2a07a5edd6a7e03 100644 (file)
--- a/client.h
+++ b/client.h
@@ -145,6 +145,9 @@ typedef struct rtlight_s
        int static_numclusterpvsbytes;
        int *static_clusterlist;
        qbyte *static_clusterpvs;
+       // surfaces seen by light
+       int static_numsurfaces;
+       int *static_surfacelist;
 }
 rtlight_t;