mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 18:51:24 +00:00
Upping the default max-array-limit *sigh*
This commit is contained in:
parent
75ab0e6663
commit
e102c1632b
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -39,7 +39,7 @@ bool opts_dumpfin = false;
|
|||
bool opts_dump = false;
|
||||
bool opts_forcecrc = false;
|
||||
bool opts_pp_only = false;
|
||||
size_t opts_max_array_size = 1024;
|
||||
size_t opts_max_array_size = (1024 << 3);
|
||||
|
||||
uint16_t opts_forced_crc;
|
||||
|
||||
|
|
Loading…
Reference in a new issue