Fix OAL crash

This commit is contained in:
Sergeanur
2020-05-24 01:06:19 +03:00
parent ac208ce02c
commit 7d30878418
4 changed files with 10 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
#include "AudioSamples.h"
#define MAX_VOLUME 127
#define MAX_FREQ 22050
#define MAX_FREQ DIGITALRATE
struct tSample {
int32 nOffset;