mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
increased from 8 to 32 channels
This commit is contained in:
parent
34291e79bd
commit
3cc63d611c
|
@ -60,7 +60,7 @@ public:
|
|||
|
||||
enum
|
||||
{
|
||||
MAX_CHANNELS=8,
|
||||
MAX_CHANNELS=32,
|
||||
};
|
||||
|
||||
channel channels[MAX_CHANNELS];
|
||||
|
|
Loading…
Reference in a new issue