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