X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Ffourier.qc;h=73bb60536c110058e20360b1f8d63cfe508e0a34;hp=28e0f0f7c74df039f84a7f2d111ca32a634f0844;hb=8e5d3750fe6c2938222b1a6547b0d26b7a1ede60;hpb=be37ea91fb3bbd1a6fa4f0b70b32d1ea95343ad4 diff --git a/qcsrc/common/mapobjects/func/fourier.qc b/qcsrc/common/mapobjects/func/fourier.qc index 28e0f0f7c7..73bb60536c 100644 --- a/qcsrc/common/mapobjects/func/fourier.qc +++ b/qcsrc/common/mapobjects/func/fourier.qc @@ -46,7 +46,7 @@ spawnfunc(func_fourier) if (this.noise != "") { precache_sound(this.noise); - soundto(MSG_INIT, this, CH_TRIGGER_SINGLE, this.noise, VOL_BASE, ATTEN_IDLE); + soundto(MSG_INIT, this, CH_TRIGGER_SINGLE, this.noise, VOL_BASE, ATTEN_IDLE, 0); } if (!this.speed)