Reduce max number of concurrent copies of the same sound from 8 to 4.

git-svn-id: https://svn.eduke32.com/eduke32@6133 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-05-17 21:55:09 +00:00
parent 3861723200
commit e6d8181e1c

View file

@ -37,7 +37,7 @@ extern "C" {
// KEEPINSYNC lunatic/con_lang.lua
#define MAXSOUNDS 4096
#define MAXSOUNDINSTANCES 8
#define MAXSOUNDINSTANCES 4
#define LOUDESTVOLUME 150
#define MUSIC_ID -65536