]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
fix two signed/unsigned comparison warnings
[xonotic/darkplaces.git] / model_brush.h
index b4f76ac09b7c203e54f04cf8f662e1904eb0c7a0..62448da2c73079ba9acb6267e6f38187ae7b1f8e 100644 (file)
@@ -227,6 +227,9 @@ typedef struct msurface_s
        //struct msurface_s **neighborsurfaces;
        // currently used only for generating static shadow volumes
        int lighttemp_castshadow;
+
+       // avoid redundent surface shadows
+       int shadowmark;
 }
 msurface_t;