]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Remove COMPAT_XON010_CHANNELS.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index 503aa2d2a0f9452fa81232493caa94e95383477b..9b969134a56ef21ed1968505b3008aae94bd37ac 100644 (file)
@@ -305,9 +305,9 @@ const float XENCODE_LEN = 5;
 string xencode(float f);
 float xdecode(string s);
 
-#ifndef COMPAT_XON010_CHANNELS
+// Play all sounds via sound7, for access to the extra channels.
+// Otherwise, channels 8 to 15 would be blocked for a weird QW feature.
 #define sound(e,c,s,v,a) sound7(e,c,s,v,a,0,0)
-#endif
 
 float lowestbit(float f);