]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
no longer complains about missing sounds loaded by the engine (wind2, water1, etc...
[xonotic/darkplaces.git] / snd_mix.c
index a31b4ce5075dcea5992a7a486de83c31764f7dab..d388a36f153c8b236ae23a186cffbd0fe1985b25 100644 (file)
--- a/snd_mix.c
+++ b/snd_mix.c
@@ -353,7 +353,7 @@ void S_PaintChannels(int endtime)
                                continue;
                        if (!ch->leftvol && !ch->rightvol)
                                continue;
-                       sc = S_LoadSound (ch->sfx);
+                       sc = S_LoadSound (ch->sfx, true);
                        if (!sc)
                                continue;