]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
patch from Andreas Kirsh to add Nexuiz hud
[xonotic/darkplaces.git] / cl_screen.h
index 41d462638b68c7ec2ad2d46a3e776d262b0576bc..14f14814d82384008b78ca1f21257ed9f065b6b9 100644 (file)
@@ -32,6 +32,7 @@ typedef struct drawqueuemesh_s
 drawqueuemesh_t;
 
 #define DRAWFLAG_ADDITIVE 1
+#define DRAWFLAG_MODULATE 2
 
 // clear the draw queue
 void DrawQ_Clear(void);