]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
increased PRVM_MAX_STACK_DEPTH and PRVM_LOCALSTACK_SIZE at div0's request to reduce...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 12 Sep 2006 04:35:31 +0000 (04:35 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 12 Sep 2006 04:35:31 +0000 (04:35 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6581 d7cf8633-e32d-0410-b094-e92efae38249

progsvm.h

index 94b0387e8419557fbb3bceef137632d351ea2e1a..1d734dc060c1d8288f428db2011b8cdb0aef3a54 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -245,8 +245,8 @@ typedef struct prvm_builtin_mem_s
 #define PRVM_FE_CHAIN          4
 #define PRVM_OP_STATE          1
 
-#define        PRVM_MAX_STACK_DEPTH            256
-#define        PRVM_LOCALSTACK_SIZE            2048
+#define        PRVM_MAX_STACK_DEPTH            1024
+#define        PRVM_LOCALSTACK_SIZE            16384
 
 typedef void (*prvm_builtin_t) (void);