diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/snd_dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/snd_dma.c b/src/client/snd_dma.c index fd9c4a13..4eb94e4c 100644 --- a/src/client/snd_dma.c +++ b/src/client/snd_dma.c @@ -706,7 +706,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); } } |