X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=data%2Fqcsrc%2Fserver%2Ftturrets%2Funits%2Funit_phaser.qc;h=090b1d400a2eb400b5f2c1933d63497069a8545f;hp=13f89e43e38e3b8c13b4122143f2036bf2eec401;hb=0d0d6fcfda8598396da3c0f33e41f707827f3d25;hpb=2c4728a070b5d5f69e2112a8bab75c7c3c9b3013 diff --git a/data/qcsrc/server/tturrets/units/unit_phaser.qc b/data/qcsrc/server/tturrets/units/unit_phaser.qc index 13f89e43..090b1d40 100644 --- a/data/qcsrc/server/tturrets/units/unit_phaser.qc +++ b/data/qcsrc/server/tturrets/units/unit_phaser.qc @@ -102,7 +102,7 @@ void turret_phaser_attack() setattachment(beam,self.tur_head,"tag_fire"); - soundat (self, trace_endpos, CHAN_PROJECTILE, "weapons/neximpact.wav", VOL_BASE, ATTN_NORM); + soundat (self, trace_endpos, CHAN_PROJECTILE, "weapons/neximpact.wav", VOL_BASE, ATTN_NORM, 0); if (self.tur_head.frame == 0) self.tur_head.frame = 1;