increase MAX_SOUND_REQUESTS and MaxChannels
This commit is contained in:
parent
2ef1e983c0
commit
d23eaa76af
1 changed files with 2 additions and 2 deletions
|
@ -177,9 +177,9 @@ typedef struct _sound_request {
|
|||
///<-128 left, 0 center, 127 right)
|
||||
} SoundRequest;
|
||||
|
||||
#define MAX_SOUND_REQUESTS 32 ///< maximal number of sound requests
|
||||
#define MAX_SOUND_REQUESTS 64 ///< maximal number of sound requests
|
||||
|
||||
#define MaxChannels 16 ///< How many channels are supported
|
||||
#define MaxChannels 32 ///< How many channels are supported
|
||||
|
||||
/// Channels for sound effects and unit speach
|
||||
typedef struct _sound_channel_
|
||||
|
|
Loading…
Add table
Reference in a new issue