]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/miscfunctions.qc
fix another bad channel munging
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / miscfunctions.qc
index b8c9553873de97f826ade8b67eb0051f7f826492..28a15d74763c20bd4fec02bee05e45e4fc703a6a 100644 (file)
@@ -1422,7 +1422,6 @@ void stopsoundto(float dest, entity e, float chan)
         return;
 
     entno = num_for_edict(e);
-    chan = ((chan & 0x07) | ((chan & 0x1F0) / 2));
 
     if (entno >= 8192 || chan > 7)
     {