diff --git a/Quake/client.h b/Quake/client.h index 7a39b7b9..0605484d 100644 --- a/Quake/client.h +++ b/Quake/client.h @@ -84,7 +84,7 @@ typedef struct vec3_t start, end; } beam_t; -#define MAX_EFRAGS 2048 //johnfitz -- was 640 +#define MAX_EFRAGS 4096 //ericw -- was 2048 //johnfitz -- was 640 #define MAX_MAPSTRING 2048 #define MAX_DEMOS 8 diff --git a/Quake/q_sound.h b/Quake/q_sound.h index eaf838df..a4087492 100644 --- a/Quake/q_sound.h +++ b/Quake/q_sound.h @@ -146,7 +146,7 @@ void SNDDMA_UnblockSound(void); * ==================================================================== */ -#define MAX_CHANNELS 512 /* johnfitz -- was 128 */ +#define MAX_CHANNELS 1024 // ericw -- was 512 /* johnfitz -- was 128 */ #define MAX_DYNAMIC_CHANNELS 128 /* johnfitz -- was 8 */ extern channel_t snd_channels[MAX_CHANNELS];