mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-14 14:11:15 +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;
|
int i;
|
||||||
for ( i = 0 ; i < MAX_GENTITIES ; i++) {
|
for ( i = 0 ; i < MAX_GENTITIES ; i++) {
|
||||||
if (killall || loopSounds[i].kill == qtrue || (loopSounds[i].sfx && loopSounds[i].sfx->soundLength == 0)) {
|
if (killall || loopSounds[i].kill == qtrue || (loopSounds[i].sfx && loopSounds[i].sfx->soundLength == 0)) {
|
||||||
loopSounds[i].kill = qfalse;
|
|
||||||
S_Base_StopLoopingSound(i);
|
S_Base_StopLoopingSound(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue