qbsp: increase MAXTOKEN to 1024 to cope with long "wad" keys

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-08-05 10:08:49 +09:30
parent 23591535b4
commit 272816d24f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include <stdbool.h>
#define MAXTOKEN 256
#define MAXTOKEN 1024
typedef enum parseflags {
PARSE_NORMAL = 0,