mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-02 18:14:26 +00:00
server: match sentences limit with Xash3D FWGS engine
This commit is contained in:
parent
b89ce4c527
commit
9273b58cfd
@ -498,7 +498,7 @@ extern DLL_GLOBAL int g_Language;
|
|||||||
|
|
||||||
// sentence groups
|
// sentence groups
|
||||||
#define CBSENTENCENAME_MAX 16
|
#define CBSENTENCENAME_MAX 16
|
||||||
#define CVOXFILESENTENCEMAX 2048 // max number of sentences in game. NOTE: this must match
|
#define CVOXFILESENTENCEMAX 4096 // max number of sentences in game. NOTE: this must match
|
||||||
// CVOXFILESENTENCEMAX in engine\sound.h!!!
|
// CVOXFILESENTENCEMAX in engine\sound.h!!!
|
||||||
|
|
||||||
extern char gszallsentencenames[CVOXFILESENTENCEMAX][CBSENTENCENAME_MAX];
|
extern char gszallsentencenames[CVOXFILESENTENCEMAX][CBSENTENCENAME_MAX];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user