]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
svs.clients is now allocated dynamically according to svs.maxclients, and there is...
[xonotic/darkplaces.git] / cl_screen.h
index 57552be4dd1f0210cd5512f3a76d637981a5b3a6..da063b8d8e24694604049e34eaf421de39a4ca58 100644 (file)
@@ -3,8 +3,6 @@
 #define CL_SCREEN_H
 
 // drawqueue stuff for use by client to feed 2D art to renderer
-#define MAX_DRAWQUEUE 262144
-
 #define DRAWQUEUE_PIC 0
 #define DRAWQUEUE_STRING 1
 #define DRAWQUEUE_MESH 2