]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.h
remove const qualifiers on Mem_Free calls on r_surfacelist
[xonotic/darkplaces.git] / protocol.h
index 2b9fd2b69a1a58f957f958276912d1fda4c656d1..21c856611780791e008e3819e040cd88b999626a 100644 (file)
@@ -339,6 +339,9 @@ void Protocol_Names(char *buffer, size_t buffersize);
 #define RENDER_NOSELFSHADOW 262144 // render lighting on this entity before its own shadow is added to the scene
 // (note: all RENDER_NOSELFSHADOW entities are grouped together and rendered in a batch before their shadows are rendered, so they can not shadow eachother either)
 #define RENDER_EQUALIZE 524288 // (subflag of RENDER_LIGHT) equalize the light from the light grid hitting this ent (less invasive EF_FULLBRIGHT implementation)
+#define RENDER_NODEPTHTEST 1048576
+#define RENDER_ADDITIVE 2097152
+#define RENDER_DOUBLESIDED 4194304
 
 typedef enum entity_state_active_e
 {