Fix BSP reader breaking when there are too many entities.

This commit is contained in:
Giegue
2023-04-01 03:03:17 -03:00
parent 18268776ae
commit 28c18952f8
2 changed files with 10 additions and 10 deletions

View File

@@ -14,9 +14,9 @@
#include "extdll.h"
// upper design bounds
#define MAX_MAP_ENTITIES 1024
#define MAX_MAP_ENTSTRING (128*1024)
// some ents are info holders for compiler tools (also -num_edicts is customizable)
#define MAX_MAP_ENTITIES 2048
#define MAX_MAP_ENTSTRING (128*2048)
// key / value pair sizes