]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
video modes in menu now also set vid_pixelheight and vid_conwidth/vid_conheight
[xonotic/darkplaces.git] / cl_screen.h
index 79fb54f1cd3b02c68228076ec1831e8874854c5e..a6bcb3524c450921fe590d1260b8b6ce50308d3f 100644 (file)
@@ -11,7 +11,7 @@
 typedef struct drawqueue_s
 {
        unsigned short size;
-       qbyte command, flags;
+       unsigned char command, flags;
        unsigned int color;
        float x, y, scalex, scaley;
 }
@@ -72,7 +72,7 @@ void SHOWLMP_clear(void);
 
 extern cvar_t vid_conwidth;
 extern cvar_t vid_conheight;
-extern cvar_t vid_pixelaspect;
+extern cvar_t vid_pixelheight;
 extern cvar_t scr_screenshot_jpeg;
 extern cvar_t scr_screenshot_jpeg_quality;
 extern cvar_t scr_screenshot_gamma;