X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ftarget%2Fspeaker.qc;h=6766139c5db5008758d1c203a52594dd599e7641;hp=e67f4b34cdb412257d1c20054e5e4920d8829afe;hb=8e5d3750fe6c2938222b1a6547b0d26b7a1ede60;hpb=977d7262b039aa7771fccce01ce3f9846df19e4b diff --git a/qcsrc/common/mapobjects/target/speaker.qc b/qcsrc/common/mapobjects/target/speaker.qc index e67f4b34cd..6766139c5d 100644 --- a/qcsrc/common/mapobjects/target/speaker.qc +++ b/qcsrc/common/mapobjects/target/speaker.qc @@ -28,7 +28,7 @@ void target_speaker_use_activator(entity this, entity actor, entity trigger) else snd = this.noise; msg_entity = actor; - soundto(MSG_ONE, this, CH_TRIGGER, snd, VOL_BASE * this.volume, this.atten); + soundto(MSG_ONE, this, CH_TRIGGER, snd, VOL_BASE * this.volume, this.atten, 0); } void target_speaker_use_on(entity this, entity actor, entity trigger) {