]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/particles.qc
fix audio channel assignment
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / particles.qc
index e0bbeb81bf96f79c7854b560a687f5de4cf5212b..d4a95b7754cddc37b6522ffa80d0930c2081d4f1 100644 (file)
@@ -58,7 +58,7 @@ void Draw_PointParticles()
                        if(self.noise != "")
                        {
                                self.origin = p;
-                               sound(self, CHAN_AUTO, self.noise, VOL_BASE * self.volume, self.atten);
+                               sound(self, CHAN_TRIGGER, self.noise, VOL_BASE * self.volume, self.atten);
                        }
                        self.just_toggled = 0;
                }