mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-21 17:36:18 +01:00
server: increase sentences limit.
This commit is contained in:
parent
7ca2750c3d
commit
497dd83931
@ -498,7 +498,7 @@ extern DLL_GLOBAL int g_Language;
|
||||
|
||||
// sentence groups
|
||||
#define CBSENTENCENAME_MAX 16
|
||||
#define CVOXFILESENTENCEMAX 1536 // max number of sentences in game. NOTE: this must match
|
||||
#define CVOXFILESENTENCEMAX 2048 // max number of sentences in game. NOTE: this must match
|
||||
// CVOXFILESENTENCEMAX in engine\sound.h!!!
|
||||
|
||||
extern char gszallsentencenames[CVOXFILESENTENCEMAX][CBSENTENCENAME_MAX];
|
||||
|
Loading…
Reference in New Issue
Block a user