From: Rudolf Polzer Date: Mon, 4 Jul 2011 11:53:31 +0000 (+0200) Subject: fix another bad channel munging X-Git-Tag: xonotic-v0.5.0~151^2~2^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=24624c2a8951ccd2bb61c66522ea847634bca58a;p=xonotic%2Fxonotic-data.pk3dir.git fix another bad channel munging --- diff --git a/qcsrc/server/miscfunctions.qc b/qcsrc/server/miscfunctions.qc index b8c955387..28a15d747 100644 --- a/qcsrc/server/miscfunctions.qc +++ b/qcsrc/server/miscfunctions.qc @@ -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) {