source/gl_rsurf.c:

put lightmaps back to 256
configure.in:
	give us a --enable-profile
This commit is contained in:
Bill Currie 2000-06-24 06:19:24 +00:00
parent 3a77f62a33
commit ee44cd05e6
2 changed files with 16 additions and 1 deletions

View file

@ -75,7 +75,7 @@ cvar_t *gl_colorlights;
#define BLOCK_WIDTH 128
#define BLOCK_HEIGHT 128
#define MAX_LIGHTMAPS 64
#define MAX_LIGHTMAPS 256
int active_lightmaps;
typedef struct glRect_s {