]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_dyntexture.h
removed r_shadow_culltriangles - the only useful part of it (shadow
[xonotic/darkplaces.git] / cl_dyntexture.h
index be3f8e141b9a0297b7e9bbdffc7394bdfc2d791c..29783cf6bb1d7c4979490411c3c73d15487e8932 100644 (file)
@@ -3,7 +3,6 @@
 #define CL_DYNTEXTURE_H\r
 \r
 #define CLDYNTEXTUREPREFIX                     "_dynamic/"\r
-#define MAX_DYNAMIC_TEXTURE_COUNT                      64\r
 \r
 // always path fully specified names to the dynamic texture functions! (ie. with the _dynamic/ prefix, etc.!)\r
 \r
@@ -17,4 +16,5 @@ void CL_LinkDynTexture( const char *name, rtexture_t *texture );
 // unlink a texture handle from its name\r
 void CL_UnlinkDynTexture( const char *name );\r
 \r
-#endif
\ No newline at end of file
+#endif\r
+\r