mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-11 07:11:36 +00:00
Remove a redundant code statement.
This commit is contained in:
parent
1aaf9d3e7b
commit
b4a76e74f7
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue