Slightly improve sound buffer (SDL)

This commit is contained in:
simon.kagstrom 2010-03-13 14:14:55 +00:00
parent e1294b9c88
commit 86750bfb5e

View File

@ -30,7 +30,7 @@
static SDL_AudioSpec spec;
#define FRODO_SNDBUF 512
#define SOUNDBUFSIZE 1024
#define SOUNDBUFSIZE 1536
#define N_BUFS 8
static int16 soundbuffer[N_BUFS][FRODO_SNDBUF];