]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
added md4four map checksumming, since QW servers seem to be very picky about map...
[xonotic/darkplaces.git] / model_shared.h
index aa64aa2056ef5c1b537c8778e21a7cbf54e5c2c9..cd38434f207851a5399ca8bebb88cf0b94618028 100644 (file)
@@ -381,6 +381,10 @@ typedef struct model_brush_s
 
        rtexture_t *solidskytexture;
        rtexture_t *alphaskytexture;
+
+       // QuakeWorld
+       int qw_md4sum;
+       int qw_md4sum2;
 }
 model_brush_t;