]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
spark showers on explosions, better sparks on bullet impacts
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 56be2668bd9de91a085e29d3ca0269331a61c9b9..1ba61753c9556cc74b4e634705f6758970b7155b 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -33,22 +33,12 @@ typedef struct vrect_s
 
 typedef struct
 {
-       pixel_t                 *buffer;                // invisible buffer
-       pixel_t                 *colormap;              // 256 * VID_GRADES size
-       unsigned short  *colormap16;    // 256 * VID_GRADES size
-       int                             fullbright;             // index of first fullbright color
        unsigned                width;          
        unsigned                height;
        float                   aspect;         // width / height -- < 0 is taller than wide
-       int                             numpages;
        int                             recalc_refdef;  // if true, recalc vid-based stuff
-       pixel_t                 *conbuffer;
        unsigned                conwidth;
        unsigned                conheight;
-       int                             maxwarpwidth;
-       int                             maxwarpheight;
-       pixel_t                 *direct;                // direct drawing to framebuffer, if not
-                                                                       //  NULL
 } viddef_t;
 
 extern viddef_t        vid;                            // global video state