]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
moved SCR_UpdateScreen and SCR_DrawScreen code to cl_screen.c and rearranged them...
[xonotic/darkplaces.git] / client.h
index 17bb541befd0d9c5be247dc06d10acc37c74a7a0..88b9e71aee18074f46a839a4271054bcaa2b60b7 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1130,11 +1130,7 @@ typedef struct refdef_s
        // controls intensity of dynamic lights and lightmap layers
        unsigned short  lightstylevalue[256];   // 8.8 fraction of base light value
 
-       // 2D art drawing queue
-       // TODO: get rid of this
-       unsigned char *drawqueue;
-       int drawqueuesize;
-       int maxdrawqueuesize;
+       qboolean draw2dstage;
 }
 refdef_t;