]> 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 50530abd73cb7c2618fa767e1d3ea8528772b313..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;
 }
@@ -44,7 +44,7 @@ DRAWFLAG_NUMFLAGS
 // shared color tag printing constants
 #define STRING_COLOR_TAG                       '^'
 #define STRING_COLOR_DEFAULT           7
-#define STRING_COLOR_DEFAULT_STR       "7"
+#define STRING_COLOR_DEFAULT_STR       "^7"
 
 // clear the draw queue
 void DrawQ_Clear(void);
@@ -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;