Remove a redundant code statement.

This commit is contained in:
Zack Middleton 2012-09-04 21:13:25 +00:00
parent 1aaf9d3e7b
commit b4a76e74f7
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}