Silence a compiler warning on OS X

This commit is contained in:
Yamagi Burmeister 2012-11-04 09:18:37 +01:00
parent 7258a7ea31
commit 86ca73754d

View file

@ -48,7 +48,10 @@ qboolean streamPlaying;
int active_buffers;
static ALuint streamSource;
#ifndef __APPLE__
static ALuint underwaterFilter;
#endif
static ALuint s_srcnums[MAX_CHANNELS - 1];
static int s_framecount;