]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
the new partial-update entity compression protocol now works for the first time ever
[xonotic/darkplaces.git] / cl_screen.h
index ec41eace27d23c472136fae8e27031cc19ccee19..14f14814d82384008b78ca1f21257ed9f065b6b9 100644 (file)
@@ -3,9 +3,8 @@
 #define CL_SCREEN_H
 
 // drawqueue stuff for use by client to feed 2D art to renderer
-#define DRAWQUEUE_PIC 0
-#define DRAWQUEUE_STRING 1
-#define DRAWQUEUE_MESH 2
+#define DRAWQUEUE_STRING 0
+#define DRAWQUEUE_MESH 1
 
 typedef struct drawqueue_s
 {
@@ -33,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);
@@ -53,6 +53,7 @@ void SHOWLMP_drawall(void);
 void SHOWLMP_clear(void);
 
 extern cvar_t scr_2dresolution;
+extern cvar_t scr_screenshot_jpeg;
 
 void CL_Screen_NewMap(void);
 void CL_Screen_Init(void);