]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
eliminated qbyte type, now uses unsigned char throughout the engine for this purpose
[xonotic/darkplaces.git] / cl_screen.h
index 79fb54f1cd3b02c68228076ec1831e8874854c5e..49175273f6421bf5eeffed361dfd85969c18e951 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;
 }