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