[PATCH] light: increase MAX_TSTACK

Managed to hit this limitation recently, so bump it up.

Signed-off-by: Tyrann <tyrann@disenchant.net>
This commit is contained in:
Tyrann 2008-01-19 21:21:20 +10:30
parent 8a7304a54d
commit bcb8e0990d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{