mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-12 23:26:19 +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;
|
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