increased from 8 to 32 channels

This commit is contained in:
Magnus Auvinen 2007-08-04 22:59:32 +00:00
parent 34291e79bd
commit 3cc63d611c

View file

@ -60,7 +60,7 @@ public:
enum
{
MAX_CHANNELS=8,
MAX_CHANNELS=32,
};
channel channels[MAX_CHANNELS];