From dc22f5cbaf58e690a5efb198c5cfbda34a411713 Mon Sep 17 00:00:00 2001 From: Crow-bar Date: Thu, 14 Apr 2022 10:17:28 +0300 Subject: [PATCH] vox: MAX_SENTENCES changed to 2048 --- engine/client/vox.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engine/client/vox.h b/engine/client/vox.h index 8e6e557b..ca2fe552 100644 --- a/engine/client/vox.h +++ b/engine/client/vox.h @@ -18,7 +18,11 @@ GNU General Public License for more details. #define CVOXWORDMAX 64 #define CVOXZEROSCANMAX 255 // scan up to this many samples for next zero crossing +#if XASH_PSP +#define MAX_SENTENCES 2048 +#else #define MAX_SENTENCES 4096 +#endif #define SENTENCE_INDEX -99999 // unique sentence index typedef struct voxword_s