]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
got rid of buildnumber.c and buildnum program, now uses builddate.c (touched each...
[xonotic/darkplaces.git] / model_brush.h
index fc79e4c0c6b3bd0b5188549b09a431b2c8cf5f80..21c6a7ee7ef15929e4e98753887fc089c177dccb 100644 (file)
@@ -144,6 +144,8 @@ typedef struct msurface_s
        byte            styles[MAXLIGHTMAPS];
        // RGB lighting data [numstyles][height][width][3]
        byte            *samples;
+       // stain to apply on lightmap (soot/dirt/blood/whatever)
+       byte            *stainsamples;
 
        // these fields are generated during model loading
        // the lightmap texture fragment to use on the surface