]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
added r_shadow_showtris
[xonotic/darkplaces.git] / model_brush.h
index 609793c4201eca2c9ed732e835af19e11f11fdda..537b6c63124aa625ca7ddaed41f97f4616eedcab 100644 (file)
@@ -223,7 +223,7 @@ typedef struct msurface_s
        // neighboring surfaces (one per poly_numverts)
        //struct msurface_s **neighborsurfaces;
        // currently used only for generating static shadow volumes
-       int castshadow;
+       int lighttemp_castshadow;
 }
 msurface_t;