X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=client.h;h=5164516749d16f0053213476d4515ebf8d35eab5;hp=93a35e1ce72ea829dcfa9702ea7f280aaa94963b;hb=1091005ba34f5f584ac6064e14566e73dfa5dba3;hpb=149604a34a83774c6d34eea7aef1ec9a408c01f9 diff --git a/client.h b/client.h index 93a35e1c..51645167 100644 --- a/client.h +++ b/client.h @@ -141,10 +141,13 @@ typedef struct rtlight_s shadowmesh_t *static_meshchain_shadow; shadowmesh_t *static_meshchain_light; // used for visibility testing (more exact than bbox) - int static_numclusters; - int static_numclusterpvsbytes; - int *static_clusterlist; - qbyte *static_clusterpvs; + int static_numleafs; + int static_numleafpvsbytes; + int *static_leaflist; + qbyte *static_leafpvs; + // surfaces seen by light + int static_numsurfaces; + int *static_surfacelist; } rtlight_t;