mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-16 17:11:03 +00:00
Remove s_openal_maxgain. It's unused since the previous commit.
This commit is contained in:
parent
fafc4d385e
commit
9bc980811f
1 changed files with 0 additions and 3 deletions
|
@ -48,7 +48,6 @@
|
|||
#define MIN_CHANNELS 16
|
||||
|
||||
/* Globals */
|
||||
cvar_t *s_openal_maxgain;
|
||||
int active_buffers;
|
||||
qboolean streamPlaying;
|
||||
static ALuint s_srcnums[MAX_CHANNELS - 1];
|
||||
|
@ -783,8 +782,6 @@ AL_Init(void)
|
|||
return false;
|
||||
}
|
||||
|
||||
s_openal_maxgain = Cvar_Get("s_openal_maxgain", "1.0", CVAR_ARCHIVE);
|
||||
|
||||
/* check for linear distance extension */
|
||||
if (!qalIsExtensionPresent("AL_EXT_LINEAR_DISTANCE"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue