diff --git a/src/sdl/al_sound.c b/src/sdl/al_sound.c index c351763ec..a9b9377ec 100644 --- a/src/sdl/al_sound.c +++ b/src/sdl/al_sound.c @@ -2147,6 +2147,10 @@ float I_GetEFXTail(efx_t *efx) float tailtime = 0; switch(efx->type) { + case EFFECT_EAXREVERB: + tailtime = efx->eaxreverb.decay_time; + break; + case EFFECT_REVERB: tailtime = efx->reverb.decay_time; break;