increase MAX_SOUND_REQUESTS and MaxChannels

This commit is contained in:
nehalmistry 2004-06-10 18:51:53 +00:00
parent 2ef1e983c0
commit d23eaa76af

View file

@ -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_