qzdoom/wadsrc
Christoph Oelckers d4d187e27b - removed the limiter flags again and addressed the underlying problem properly.
The real issue is that the number of unattenuated sounds was unchecked and the near limit never kicked in.
To do this properly it is necessary to adjust the limit distance by the attenuation - zero attenuation must mean infinite distance and for high attenuations the distance must be lowered for limiting to work as intended.
The limit for the Doom boss sounds was increased to 4 to compensate for this change.

# Conflicts:
#	src/common/audio/sound/oalsound.cpp
2020-10-28 21:30:25 +01:00
..
static - removed the limiter flags again and addressed the underlying problem properly. 2020-10-28 21:30:25 +01:00
CMakeLists.txt - missed one qzdoom reference 2017-07-20 06:45:08 -04:00