Doubled MAX_GLOBALS for the Runners 2.6 mod. closes #835

This commit is contained in:
Robert Beckebans 2023-12-20 14:38:01 +01:00
parent 96ebce54b1
commit 92ad0cb0fe

View file

@ -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