diff --git a/engine/client/snd_al.c b/engine/client/snd_al.c index b3c1ab580..51d15a2f5 100644 --- a/engine/client/snd_al.c +++ b/engine/client/snd_al.c @@ -968,7 +968,7 @@ static void OpenAL_ChannelUpdate(soundcardinfo_t *sc, channel_t *chan, chanupdat } pitch = (float)chan->rate/(1<=0 + pitch = max(0.01, pitch); // OpenAL will clamp inside the implementation if need be, only min is important palSourcef(src, AL_PITCH, pitch); #ifdef USEEFX