qbsp: increase MAXTOKEN to 1024 to cope with long "wad" keys
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
23591535b4
commit
272816d24f
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define MAXTOKEN 256
|
||||
#define MAXTOKEN 1024
|
||||
|
||||
typedef enum parseflags {
|
||||
PARSE_NORMAL = 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue