mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 02:32:18 +00:00
Doubled MAX_GLOBALS for the Runners 2.6 mod. closes #835
This commit is contained in:
parent
96ebce54b1
commit
92ad0cb0fe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue