Fix MAX_DIGITAL_MIXER_CHANNELS

This commit is contained in:
Sergeanur 2021-05-22 18:41:28 +03:00
parent 42e655b4cc
commit 59ed4d0029
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ enum
#define DIGITALBITS 16
#define DIGITALCHANNELS 2
#define MAX_DIGITAL_MIXER_CHANNELS 32
#define MAX_DIGITAL_MIXER_CHANNELS 34
class cSampleManager
{