gzdoom-gles/wadsrc
Christoph Oelckers 4fd9765a18 - 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-29 12:10:49 +01:00
..
static - removed the limiter flags again and addressed the underlying problem properly. 2020-10-29 12:10:49 +01:00
CMakeLists.txt - Changed game name to LZDoom. 2018-06-20 14:26:09 +02:00