From 92ad0cb0fe0a63377abc9a654999931840173526 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Wed, 20 Dec 2023 14:38:01 +0100 Subject: [PATCH] Doubled MAX_GLOBALS for the Runners 2.6 mod. closes #835 --- neo/d3xp/script/Script_Program.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/d3xp/script/Script_Program.h b/neo/d3xp/script/Script_Program.h index d8eba231..5609df2f 100644 --- a/neo/d3xp/script/Script_Program.h +++ b/neo/d3xp/script/Script_Program.h @@ -40,7 +40,7 @@ class idSaveGame; class idRestoreGame; #define MAX_STRING_LEN 128 -#define MAX_GLOBALS 296608 // in bytes +#define MAX_GLOBALS 296608*2 // in bytes, RB: doubled for Runners 2 mod #835 #define MAX_STRINGS 1024 #define MAX_FUNCS 3584 #define MAX_STATEMENTS 131072 // statement_t - 18 bytes last I checked