bump dynamic channel count
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3888 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c088ddf18e
commit
0f31d3d7e8
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ void OpenAL_CvarInit(void);
|
|||
// ====================================================================
|
||||
|
||||
#define MAX_CHANNELS 1024/*tracked sounds (including statics)*/
|
||||
#define MAX_DYNAMIC_CHANNELS 8 /*playing sounds (identical ones merge)*/
|
||||
#define MAX_DYNAMIC_CHANNELS 64 /*playing sounds (identical ones merge)*/
|
||||
|
||||
|
||||
#define NUM_MUSICS 1
|
||||
|
|
Loading…
Reference in a new issue