From b4a76e74f75551536265388d08932353f6248b7f Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Tue, 4 Sep 2012 21:13:25 +0000 Subject: [PATCH] Remove a redundant code statement. --- code/client/snd_dma.c | 1 - 1 file changed, 1 deletion(-) diff --git a/code/client/snd_dma.c b/code/client/snd_dma.c index 1e8c559b..594fdcfb 100644 --- a/code/client/snd_dma.c +++ b/code/client/snd_dma.c @@ -690,7 +690,6 @@ void S_Base_ClearLoopingSounds( qboolean killall ) { int i; for ( i = 0 ; i < MAX_GENTITIES ; i++) { if (killall || loopSounds[i].kill == qtrue || (loopSounds[i].sfx && loopSounds[i].sfx->soundLength == 0)) { - loopSounds[i].kill = qfalse; S_Base_StopLoopingSound(i); } }