]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rsurf.c
migrated a large number of #define MAX values to quakedef.h and added a
[xonotic/darkplaces.git] / gl_rsurf.c
index a7d91f1cc1b37fc074dde12523429aeb807531a6..3ba46ac84f83ad5a350034a68259e91fc2cca248 100644 (file)
@@ -23,8 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "r_shadow.h"
 #include "portals.h"
 
-#define MAX_LIGHTMAP_SIZE 256
-
 cvar_t r_ambient = {0, "r_ambient", "0", "brightens map, value is 0-128"};
 cvar_t r_lockpvs = {0, "r_lockpvs", "0", "disables pvs switching, allows you to walk around and inspect what is visible from a given location in the map (anything not visible from your current location will not be drawn)"};
 cvar_t r_lockvisibility = {0, "r_lockvisibility", "0", "disables visibility updates, allows you to walk around and inspect what is visible from a given viewpoint in the map (anything offscreen at the moment this is enabled will not be drawn)"};