about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/engine/client/snd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/snd.cpp b/src/engine/client/snd.cpp
index 974b6edd..0ba18e89 100644
--- a/src/engine/client/snd.cpp
+++ b/src/engine/client/snd.cpp
@@ -60,7 +60,7 @@ public:
 	
 	enum
 	{
-		MAX_CHANNELS=8,
+		MAX_CHANNELS=32,
 	};
 
 	channel channels[MAX_CHANNELS];