mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
should fix hikaru's seg
This commit is contained in:
parent
9609fe8ca4
commit
3c78eaaa49
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ s_pick_channel (int entnum, int entchannel, int looped)
|
|||
|
||||
// check for finished non-looped sounds
|
||||
for (count = 0, _ch = &dynamic_channels; *_ch; ) {
|
||||
if ((*_ch)->done) {
|
||||
if (!(*_ch)->sfx || (*_ch)->done) {
|
||||
SND_ChannelStop (unlink_channel (_ch));
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue