From 7c92065644ee1df00c8b0f678eac2004bd3b3f71 Mon Sep 17 00:00:00 2001 From: tma Date: Sun, 10 Feb 2008 21:01:06 +0000 Subject: * Fixes to some muppetry in snd_dma.c (arQon) git-svn-id: svn://svn.icculus.org/quake3/trunk@1252 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/snd_dma.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'code/client') diff --git a/code/client/snd_dma.c b/code/client/snd_dma.c index e1164a7..c1fb41e 100644 --- a/code/client/snd_dma.c +++ b/code/client/snd_dma.c @@ -493,8 +493,8 @@ void S_Base_StartSound(vec3_t origin, int entityNum, int entchannel, sfxHandle_t ch = s_channels; inplay = 0; for ( i = 0; i < MAX_CHANNELS ; i++, ch++ ) { - if (ch[i].entnum == entityNum && ch[i].thesfx == sfx) { - if (time - ch[i].allocTime < 50) { + if (ch->entnum == entityNum && ch->thesfx == sfx) { + if (time - ch->allocTime < 50) { // if (Cvar_VariableValue( "cg_showmiss" )) { // Com_Printf("double sound start\n"); // } @@ -531,6 +531,7 @@ void S_Base_StartSound(vec3_t origin, int entityNum, int entchannel, sfxHandle_t } } if (chosen == -1) { + ch = s_channels; if (ch->entnum == listener_number) { for ( i = 0 ; i < MAX_CHANNELS ; i++, ch++ ) { if (ch->allocTime