From 5c1886529daeb1b15fc5fc28e296d7916fdeb27f Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 26 Sep 2002 02:55:14 +0000 Subject: [PATCH] increased maximum stack depth git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2445 d7cf8633-e32d-0410-b094-e92efae38249 --- pr_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_exec.c b/pr_exec.c index a631a7e3..40cceb02 100644 --- a/pr_exec.c +++ b/pr_exec.c @@ -27,7 +27,7 @@ typedef struct dfunction_t *f; } prstack_t; -#define MAX_STACK_DEPTH 32 +#define MAX_STACK_DEPTH 256 prstack_t pr_stack[MAX_STACK_DEPTH]; int pr_depth = 0; -- 2.39.2