server: match sentences limit with Xash3D FWGS engine

This commit is contained in:
Alibek Omarov 2023-12-21 05:21:49 +03:00
parent b89ce4c527
commit 9273b58cfd
1 changed files with 1 additions and 1 deletions

View File

@ -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];