]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
fix broken demos with csqc code
[xonotic/darkplaces.git] / snd_mix.c
index d7a62553cd0aeb41ac4e7e8a72c9602b2c3626ee..2fa5878efd647fa96a5f883f089a029e5ac4aeaa 100644 (file)
--- a/snd_mix.c
+++ b/snd_mix.c
@@ -513,7 +513,7 @@ void S_MixToBuffer(void *stream, unsigned int bufferframes)
                                                ch->pos = 0;
                                        else
                                        {
-                                               S_StopChannel (ch - channels);
+                                               S_StopChannel (ch - channels, false);
                                                break;
                                        }
                                }