mirror of
https://github.com/ZDoom/zdbsp.git
synced 2024-11-10 06:31:35 +00:00
- increase the string buffer of sc_man to 40960 to parse longer string elements.
This commit is contained in:
parent
d297dfffab
commit
e3acdeffd6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
// MACROS ------------------------------------------------------------------
|
||||
|
||||
#define MAX_STRING_SIZE 4096
|
||||
#define MAX_STRING_SIZE 40960
|
||||
#define ASCII_COMMENT (';')
|
||||
#define CPP_COMMENT ('/')
|
||||
#define C_COMMENT ('*')
|
||||
|
|
Loading…
Reference in a new issue