mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-10 06:42:17 +00:00
Increase NPC limit even more
This commit is contained in:
parent
6cf975b889
commit
96df03025f
2 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ qboolean G_ParseLiteral( const char **data, const char *string )
|
|||
//
|
||||
// NPC parameters file : ext_data/NPCs/*.npc*
|
||||
//
|
||||
#define MAX_NPC_DATA_SIZE 0x200000
|
||||
#define MAX_NPC_DATA_SIZE 0x400000
|
||||
char NPCParms[MAX_NPC_DATA_SIZE];
|
||||
|
||||
/*
|
||||
|
|
|
@ -135,7 +135,7 @@ qboolean G_ParseLiteral( const char **data, const char *string )
|
|||
//
|
||||
// NPC parameters file : scripts/NPCs.cfg
|
||||
//
|
||||
#define MAX_NPC_DATA_SIZE 0x200000
|
||||
#define MAX_NPC_DATA_SIZE 0x400000
|
||||
char NPCParms[MAX_NPC_DATA_SIZE];
|
||||
|
||||
team_t TranslateTeamName( const char *name )
|
||||
|
|
Loading…
Reference in a new issue