mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-09 19:50:57 +00:00
pr_exec.c, MAX_STACK_DEPTH: increase from 32 to 64
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1415 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
d61095a0e0
commit
3405b87ee0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ typedef struct
|
|||
dfunction_t *f;
|
||||
} prstack_t;
|
||||
|
||||
#define MAX_STACK_DEPTH 32
|
||||
#define MAX_STACK_DEPTH 64 /* was 32 */
|
||||
static prstack_t pr_stack[MAX_STACK_DEPTH];
|
||||
static int pr_depth;
|
||||
|
||||
|
|
Loading…
Reference in a new issue