From d8a7f7f8c555812e86c9816d0e9239aa43b7df86 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 15 Jun 2000 08:35:23 +0000 Subject: [PATCH] treerace from the slide mod (http://singe.telefragged.com/slide/index.html, very fun:) needs 140!! lightmaps. Make the max 256 for some headroom. --- common/gl_rsurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gl_rsurf.c b/common/gl_rsurf.c index 45878ec..19daba5 100644 --- a/common/gl_rsurf.c +++ b/common/gl_rsurf.c @@ -51,7 +51,7 @@ unsigned cblocklights[3][18*18]; #define BLOCK_WIDTH 128 #define BLOCK_HEIGHT 128 -#define MAX_LIGHTMAPS 64 +#define MAX_LIGHTMAPS 256 /*64*/ int active_lightmaps; typedef struct glRect_s {