mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-04-03 16:10:50 +00:00
perfected_roe: fix script MAX_GLOBALS
This commit is contained in:
parent
9b3e0d500a
commit
20a7240238
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class idRestoreGame;
|
|||
|
||||
#define MAX_STRING_LEN 128
|
||||
#ifdef _D3XP
|
||||
#define MAX_GLOBALS 296608 // in bytes
|
||||
#define MAX_GLOBALS 393216 // in bytes
|
||||
#else
|
||||
#define MAX_GLOBALS 196608 // in bytes
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue