================= SND_GetGain The complete gain calculation, with SNDLVL given in dB is: GAIN = 1/dist * snd_refdist * 10 ^ (( SNDLVL - snd_refdb - (dist * snd_foliage_db_loss / 1200)) / 20 ) for gain > SND_GAIN_THRESH, start curve smoothing with GAIN = 1 - 1 / (Y * GAIN ^ SND_GAIN_POWER) where Y = -1 / ( (SND_GAIN_THRESH ^ SND_GAIN_POWER) * ( SND_GAIN_THRESH - 1 )) gain curve construction ======
source not stored for this graph (policy: none)
no test coverage detected