]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix another bad channel munging
authorRudolf Polzer <divVerent@xonotic.org>
Mon, 4 Jul 2011 11:53:31 +0000 (13:53 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Mon, 4 Jul 2011 11:53:31 +0000 (13:53 +0200)
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)
     {