mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 15:21:44 +00:00
Silence a compiler warning on OS X
This commit is contained in:
parent
7258a7ea31
commit
86ca73754d
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue