mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
IOQ3 commit 2313
This commit is contained in:
parent
634b607f2d
commit
9c9a9c617d
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