Fix BSP reader crashing the server, again.

This commit is contained in:
Giegue
2023-05-31 16:16:37 -03:00
parent 95461427b2
commit fa39abd61c
2 changed files with 10 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ void SafeRead(FILE *f, void *buffer, int count);
char *ExpandPath(char *path); // from scripts
// -- scriplib.h --
#define MAXTOKEN 512
#define MAXTOKEN 4096
extern char token[MAXTOKEN];
bool GetToken(bool crossline);