1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-09 20:35:27 +00:00

Fix MAX_DIGITAL_MIXER_CHANNELS

This commit is contained in:
Sergeanur 2021-05-22 18:41:28 +03:00
parent f34365dfc0
commit b5bc3a9000

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
extern int gBankStartOffset[67];