s/audio/sample: increase max samples to 20

Observed in #281. When Lara shoots Uzis and a mutant simultaneously
explodes, the guns can just go silent.
This commit is contained in:
rr- 2021-12-21 17:08:24 +01:00
parent fe716ec1db
commit e290a1912d
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A

View file

@ -10,7 +10,7 @@
#include <libavformat/avformat.h>
#define MAX_SAMPLES 1000
#define MAX_ACTIVE_SAMPLES 10
#define MAX_ACTIVE_SAMPLES 20
typedef struct AUDIO_SAMPLE {
float *sample_data;