]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
ALIGNED_SIZE -> ALIGN_SIZE
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index 2a5681a987bad7ea5c7fb495273a34b5641161b8..c7f1bc273245a7237f9d7b65a320f7e42be95b41 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -94,6 +94,7 @@ DRAWFLAG_NUMFLAGS,
 DRAWFLAG_MASK = 0xFF,   // ONLY R_BeginPolygon()
 DRAWFLAG_MIPMAP = 0x100 // ONLY R_BeginPolygon()
 };
+#define DRAWFLAGS_BLEND (DRAWFLAG_ADDITIVE + DRAWFLAG_MODULATE + DRAWFLAG_2XMODULATE + DRAWFLAG_SCREEN)
 
 typedef struct ft2_settings_s
 {