]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
recoded options menus, and replaced scr_2dresolution with vid_conwidth and vid_conhei...
[xonotic/darkplaces.git] / cl_screen.h
index 41d462638b68c7ec2ad2d46a3e776d262b0576bc..e153b99a90355547be039555235156081e7a7c62 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);
@@ -51,7 +52,8 @@ void SHOWLMP_decodeshow(void);
 void SHOWLMP_drawall(void);
 void SHOWLMP_clear(void);
 
-extern cvar_t scr_2dresolution;
+extern cvar_t vid_conwidth;
+extern cvar_t vid_conheight;
 extern cvar_t scr_screenshot_jpeg;
 
 void CL_Screen_NewMap(void);