diff options
Diffstat (limited to 'source/snd_al.c')
-rw-r--r-- | source/snd_al.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/snd_al.c b/source/snd_al.c index 30b5143..78be0d1 100644 --- a/source/snd_al.c +++ b/source/snd_al.c @@ -134,7 +134,7 @@ void AL_PlayChannel( channel_t *ch ) { //qalSourcei( ch->srcnum, AL_LOOPING, sc->loopstart == -1 ? AL_FALSE : AL_TRUE ); qalSourcei( ch->srcnum, AL_LOOPING, ch->autosound ? AL_TRUE : AL_FALSE ); qalSourcef( ch->srcnum, AL_GAIN, ch->master_vol ); -#if 0 +#if 1 // anything coming from the view entity will always be full volume if( ch->entnum == -1 || ch->entnum == listener_entnum ) { qalSourcef( ch->srcnum, AL_MIN_GAIN, 1 ); |