Skip to content

Commit

Permalink
server: increase sentences limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Nov 17, 2023
1 parent 7ca2750 commit 497dd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ extern 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];
Expand Down

0 comments on commit 497dd83

Please sign in to comment.