]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
Fix Q2BSP texture loading, Q2BSP contents issues, and add support for SURF_ALPHATEST...
[xonotic/darkplaces.git] / model_brush.h
index 0c07048971f24701598428eb78a678dd7923148e..d1d51fabd854e48edb53689763624e62bf071726 100644 (file)
@@ -336,6 +336,7 @@ typedef struct q2dmodel_s
 #define Q2SURF_HINT            0x100   // make a primary bsp splitter
 #define Q2SURF_SKIP            0x200   // completely ignore, allowing non-closed brushes
 
+#define Q2SURF_ALPHATEST 0x02000000    // alpha test masking of color 255 in wal textures (supported by modded engines)
 
 
 /*