mirror of
https://github.com/GTAmodding/re3.git
synced 2025-01-17 23:36:36 +00:00
Fix MAX_DIGITAL_MIXER_CHANNELS
This commit is contained in:
parent
f34365dfc0
commit
b5bc3a9000
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ enum
|
||||||
#define DIGITALBITS 16
|
#define DIGITALBITS 16
|
||||||
#define DIGITALCHANNELS 2
|
#define DIGITALCHANNELS 2
|
||||||
|
|
||||||
#define MAX_DIGITAL_MIXER_CHANNELS 32
|
#define MAX_DIGITAL_MIXER_CHANNELS 34
|
||||||
|
|
||||||
extern int gBankStartOffset[67];
|
extern int gBankStartOffset[67];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue