diff --git a/game/script/Script_Program.h b/game/script/Script_Program.h index 5975677..3795160 100644 --- a/game/script/Script_Program.h +++ b/game/script/Script_Program.h @@ -44,7 +44,7 @@ class idSaveGame; class idRestoreGame; #define MAX_STRING_LEN 128 -#define MAX_GLOBALS 196608 // in bytes +#define MAX_GLOBALS 296608 // in bytes vanilla d3 is 196608 rev 2018 #define MAX_STRINGS 1024 #define MAX_FUNCS 3072 #define MAX_STATEMENTS 81920 // statement_t - 18 bytes last I checked