Skip to content

Commit

Permalink
Doubled MAX_GLOBALS for the Runners 2.6 mod. closes #835
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBeckebans committed Dec 20, 2023
1 parent 96ebce5 commit 92ad0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/d3xp/script/Script_Program.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92ad0cb

Please sign in to comment.