[HL25] Increase max. sentences count

This commit is contained in:
Joël Troch 2024-08-28 08:59:21 +02:00
parent 022b5eaccf
commit 2f11031b33

View file

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