From 2fb68d73905e3801b3ff461ec78f5d47a5ce715e Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Thu, 15 Jun 2000 22:38:01 +0000 Subject: [PATCH] 64 lightmaps for now, till I improve the poly rendering --- source/gl_rsurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gl_rsurf.c b/source/gl_rsurf.c index cbcf4f7..2812b86 100644 --- a/source/gl_rsurf.c +++ b/source/gl_rsurf.c @@ -75,7 +75,7 @@ cvar_t *gl_colorlights; #define BLOCK_WIDTH 128 #define BLOCK_HEIGHT 128 -#define MAX_LIGHTMAPS 256 +#define MAX_LIGHTMAPS 64 int active_lightmaps; typedef struct glRect_s {