mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 01:47:45 +01: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
|
||||
#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!!!
|
||||
|
||||
extern char gszallsentencenames[CVOXFILESENTENCEMAX][CBSENTENCENAME_MAX];
|
||||
|
Loading…
Reference in New Issue
Block a user