X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Fpendulum.qc;h=c582f47f626f55d1ec528c35893775553d6a0c75;hp=a59f7a93baf6a6427dc8b7813e020ec50e39ae54;hb=8e5d3750fe6c2938222b1a6547b0d26b7a1ede60;hpb=977d7262b039aa7771fccce01ce3f9846df19e4b diff --git a/qcsrc/common/mapobjects/func/pendulum.qc b/qcsrc/common/mapobjects/func/pendulum.qc index a59f7a93ba..c582f47f62 100644 --- a/qcsrc/common/mapobjects/func/pendulum.qc +++ b/qcsrc/common/mapobjects/func/pendulum.qc @@ -28,7 +28,7 @@ spawnfunc(func_pendulum) 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); } this.active = ACTIVE_ACTIVE;