From bcb8e0990d85b03e335b5f47f9003df63dd5bc3a Mon Sep 17 00:00:00 2001 From: Tyrann Date: Sat, 19 Jan 2008 21:21:20 +1030 Subject: [PATCH] [PATCH] light: increase MAX_TSTACK Managed to hit this limitation recently, so bump it up. Signed-off-by: Tyrann --- light/trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light/trace.c b/light/trace.c index 0c6c6431..2030b09f 100644 --- a/light/trace.c +++ b/light/trace.c @@ -97,7 +97,7 @@ typedef struct { * TYR - modified TestLine (a bit of a hack job...) * ============== */ -#define MAX_TSTACK 64 +#define MAX_TSTACK 128 static qboolean TestLineOrSky(const vec3_t start, const vec3_t stop, qboolean sky_test) {