[HL25] Increase max. sentences count
This commit is contained in:
parent
022b5eaccf
commit
2f11031b33
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ inline 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…
Add table
Add a link
Reference in a new issue