This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 66cfcf97c2239aed8fd2c7d7462283039ad31f5b
Author: m4n4t4...@gmail.com 
<m4n4t4...@gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a>
Date:   Mon Aug 4 04:30:45 2014 +0000

    MP: Don't cut off voice chats in OpenAL
---
 MP/code/client/snd_openal.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/MP/code/client/snd_openal.c b/MP/code/client/snd_openal.c
index c677a66..dafb7be 100644
--- a/MP/code/client/snd_openal.c
+++ b/MP/code/client/snd_openal.c
@@ -1118,14 +1118,6 @@ srcHandle_t S_AL_SrcAlloc( sfxHandle_t sfx, 
alSrcPriority_t priority, int entnum
                                continue;
                        }
 
-                       // RF, let client voice sounds be overwritten
-                       if ( entnum < MAX_CLIENTS && curSource->channel != -1 
&& curSource->channel != CHAN_AUTO && curSource->channel != CHAN_WEAPON ) {
-                               S_AL_SrcKill(i);
-                               if (empty == -1)
-                                       empty = i;
-                               continue;
-                       }
-
                        // cutoff sounds that expect to be overwritten
                        if ( curSource->flags & SND_OKTOCUT ) {
                                S_AL_SrcKill(i);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/iortcw.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to